mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-05 18:03:17 +03:00
[Minor] Flake8 Fix
This commit is contained in:
parent
6643f838dc
commit
b47c2bddde
@ -1862,7 +1862,7 @@ class AppWindow:
|
|||||||
)
|
)
|
||||||
exit_thread.start()
|
exit_thread.start()
|
||||||
|
|
||||||
def onexit(self, event=None, restart: bool=False) -> None:
|
def onexit(self, event=None, restart: bool = False) -> None:
|
||||||
"""Application shutdown procedure."""
|
"""Application shutdown procedure."""
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
shutdown_thread = threading.Thread(
|
shutdown_thread = threading.Thread(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user