mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
Safe read and write opearation with file lock.
Added file locks. - avoiding data leaks. file handle module - To handle file opearations safly. Added filelock.py - licensed file. linted the pdata.py - type checking and formating.
This commit is contained in:
parent
7c67998dec
commit
9f4be5eb84
6 changed files with 694 additions and 264 deletions
2
dist/ba_root/mods/custom_hooks.py
vendored
2
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -83,7 +83,7 @@ def bootstraping():
|
|||
|
||||
# import features
|
||||
if settings["whitelist"]:
|
||||
pdata.loadWhitelist()
|
||||
pdata.load_white_list()
|
||||
|
||||
import_discord_bot()
|
||||
import_games()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue