mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 00:13:27 +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:
|
||||
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:
|
||||
if ba.time(ba.TimeType.REAL,
|
||||
@ -110,4 +110,4 @@ class ServerDialogWindow(ba.Window):
|
||||
'dialogID': self._dialog_id,
|
||||
'response': 0
|
||||
})
|
||||
ba.containerwidget(edit=self._root_widget, transition='out_scale')
|
||||
ba.containerwidget(edit=self._root_widget, transition='out_scale')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user