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:
parent
2699d5c5f1
commit
6473785c99
1 changed files with 4 additions and 1 deletions
|
@ -110,3 +110,6 @@ def init_royal_db():
|
|||
create_user("albertwerk", "ventidue", True)
|
||||
create_user("voltaggio", "ventitre", True)
|
||||
create_user("doc", "ventiquattro", True)
|
||||
|
||||
if __name__ == "__main__":
|
||||
init_royal_db()
|
Loading…
Reference in a new issue