mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
fixed logs backup
This commit is contained in:
parent
be2bfad1bd
commit
7ba978eafe
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/tools/logger.py
vendored
2
dist/ba_root/mods/tools/logger.py
vendored
|
|
@ -133,7 +133,7 @@ class dumplogs(threading.Thread):
|
||||||
finally:
|
finally:
|
||||||
fcntl.flock(lock_file.fileno(), fcntl.LOCK_UN)
|
fcntl.flock(lock_file.fileno(), fcntl.LOCK_UN)
|
||||||
lock_file.close()
|
lock_file.close()
|
||||||
os.remove(lock_file)
|
os.remove(file_path)
|
||||||
|
|
||||||
|
|
||||||
def send_webhook_message():
|
def send_webhook_message():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue