randomize key

This commit is contained in:
Denis Lehmann 2022-05-01 10:59:50 +02:00
parent 9909d92dba
commit 0e0ad27dbf
4 changed files with 8 additions and 15 deletions

2
run.py
View file

@ -3,5 +3,5 @@
import raincloud
if __name__ == "__main__":
app = raincloud.create_app("public", "dev")
app = raincloud.create_app("public")
app.run()