mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
Fixing Pylint
This commit is contained in:
parent
cb4d0ee809
commit
92b80eae1e
@ -86,7 +86,7 @@ class ServerDialogWindow(ba.Window):
|
|||||||
|
|
||||||
def _copy_press(self) -> None:
|
def _copy_press(self) -> None:
|
||||||
ba.clipboard_set_text(self.txt)
|
ba.clipboard_set_text(self.txt)
|
||||||
ba.screenmessage("Copied To Clipboard", color = (0, 1, 0))
|
ba.screenmessage('Copied To Clipboard', color = (0, 1, 0))
|
||||||
|
|
||||||
def _ok_press(self) -> None:
|
def _ok_press(self) -> None:
|
||||||
if ba.time(ba.TimeType.REAL,
|
if ba.time(ba.TimeType.REAL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user