Update fiable_db.py

This commit is contained in:
Andros Fenollosa 2022-11-09 13:02:36 +01:00 committed by GitHub
parent f77ca3db8d
commit f65b7a7f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,4 @@ FILE = "fiabledb.json"
def start(file=False):
file_name = file if file else FILE
print(file_name)