Fix missing '

This commit is contained in:
Yannik Schmidt
2021-05-31 22:27:05 +02:00
committed by GitHub
parent 2b2e4361a5
commit 71cf43f604

View File

@@ -21,7 +21,7 @@ You can run the leaderboard as a flask standalone (arguments overwrite *config.p
or with a runner like *waitress*:
/usr/bin/waitress-serve --host 127.0.0.1 --port 5002 --call 'app:createApp
/usr/bin/waitress-serve --host 127.0.0.1 --port 5002 --call 'app:createApp'
the *DB_PATH* is set in *config.py* in this case.