README: minor development instructions tweak

pull/87/head
Ryan Barrett 2022-01-17 22:21:36 -08:00
rodzic 4eaf70aa51
commit 39e342579e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ python3 -m unittest discover
Finally, run this in the repo root directory to start the web app locally:
```shell
env GAE_ENV=localdev flask run -p 8080
GAE_ENV=localdev FLASK_ENV=development flask run -p 8080
```