From 71cf43f6047f1af656f3b49291397402874623a8 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Mon, 31 May 2021 22:27:05 +0200 Subject: [PATCH] Fix missing ' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a152aa..9ee0615 100644 --- a/README.md +++ b/README.md @@ -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.