Remove unreferenced variable in README

This commit is contained in:
Matthew D. Scholefield
2021-04-22 18:32:26 -05:00
committed by GitHub
parent 334c4c7154
commit 89403d8958

View File

@@ -25,7 +25,7 @@ def main():
host="0.0.0.0",
port=8000,
log_level="info",
reload=config.debug,
reload=True,
)
)