mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
wafvsdgfbwtbhwrgt
This commit is contained in:
parent
fb00701f79
commit
711ddd6fe6
1 changed files with 2 additions and 1 deletions
3
db.py
3
db.py
|
@ -1,6 +1,7 @@
|
|||
import json
|
||||
import filemanager
|
||||
|
||||
db = json.load("db.json")
|
||||
db = json.loads(filemanager.readfile("db.json"))
|
||||
|
||||
|
||||
def findbyname(name: str):
|
||||
|
|
Loading…
Reference in a new issue