1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

If run standalone, generate the default database

This commit is contained in:
Steffo 2017-03-22 17:23:39 +01:00
parent 2699d5c5f1
commit 6473785c99

View file

@ -109,4 +109,7 @@ def init_royal_db():
create_user("fedececco", "ventuno", True)
create_user("albertwerk", "ventidue", True)
create_user("voltaggio", "ventitre", True)
create_user("doc", "ventiquattro", True)
create_user("doc", "ventiquattro", True)
if __name__ == "__main__":
init_royal_db()