We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ed899 commit 68f6552Copy full SHA for 68f6552
azure-vote/azure-vote/main.py
@@ -7,7 +7,7 @@
7
8
app = Flask(__name__)
9
10
-# Load configurations from environment or configu file
+# Load configurations from environment or config file
11
app.config.from_pyfile('config_file.cfg')
12
13
if "VOTE1VALUE" in os.environ:
0 commit comments