Fix black formatting issues

This commit is contained in:
Zedifus 2024-08-06 22:14:25 +01:00
parent 3dc1d90cf4
commit 77269f5c8f
3 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,7 @@ class HelperServers:
stop_command=server_stop,
type=server_type,
created_by=created_by,
app_id: app_id,
app_id=app_id,
).server_id
@staticmethod

View File

@ -132,6 +132,7 @@ def tasks_starter():
tasks_manager.big_bucket_cache_refresher()
tasks_manager.steamapps_cache_refresher()
def signal_handler(signum, _frame):
"""
Method handles sigterm and shuts the app down.