We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d43b2 commit aac87fcCopy full SHA for aac87fc
main.py
@@ -18,6 +18,8 @@
18
config = load_config()
19
logger = logger_from_config(config)
20
21
+logger.debug(config)
22
+
23
24
# Attach rate-limiter
25
limiter = Limiter(
0 commit comments