mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix black formatting issues
This commit is contained in:
parent
3dc1d90cf4
commit
77269f5c8f
@ -112,7 +112,7 @@ class HelperServers:
|
|||||||
stop_command=server_stop,
|
stop_command=server_stop,
|
||||||
type=server_type,
|
type=server_type,
|
||||||
created_by=created_by,
|
created_by=created_by,
|
||||||
app_id: app_id,
|
app_id=app_id,
|
||||||
).server_id
|
).server_id
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
1
main.py
1
main.py
@ -132,6 +132,7 @@ def tasks_starter():
|
|||||||
tasks_manager.big_bucket_cache_refresher()
|
tasks_manager.big_bucket_cache_refresher()
|
||||||
tasks_manager.steamapps_cache_refresher()
|
tasks_manager.steamapps_cache_refresher()
|
||||||
|
|
||||||
|
|
||||||
def signal_handler(signum, _frame):
|
def signal_handler(signum, _frame):
|
||||||
"""
|
"""
|
||||||
Method handles sigterm and shuts the app down.
|
Method handles sigterm and shuts the app down.
|
||||||
|
Loading…
Reference in New Issue
Block a user