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 69080a3 commit 65b5cd2Copy full SHA for 65b5cd2
packet/__init__.py
@@ -1,5 +1,5 @@
1
"""
2
-The application setup and initialization code lives here.
+The application setup and initialization code lives here
3
4
5
import os
@@ -30,7 +30,6 @@
30
# Logger configuration
31
logging.getLogger().setLevel(app.config["LOG_LEVEL"])
32
app.logger.info("Launching packet v" + app.config["VERSION"])
33
-
34
app.logger.info("Using the {} realm".format(app.config["REALM"]))
35
36
# Initialize the extensions
0 commit comments