Skip to content

Commit f69365f

Browse files
committed
do initial build at startup
1 parent 71f58ad commit f69365f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def listenBuild(secret):
171171
print("Don't use default secret since it's freely available in the internet")
172172
exit(1)
173173

174+
listenBuild(config["secret"])
174175
app.run(debug=config["debug"]=="True",
175176
port=defaultPort,
176177
host='0.0.0.0')

0 commit comments

Comments
 (0)