rm incorrect comment

This commit is contained in:
pdxlocations
2025-01-24 22:34:50 -08:00
parent ca17bbee31
commit 67f1bde217
+1 -1
View File
@@ -110,7 +110,7 @@ COLOR_CONFIG = loaded_config["COLOR_CONFIG"]
if __name__ == "__main__":
logging.basicConfig( # Run `tail -f client.log` in another terminal to view live
logging.basicConfig(
filename="default_config.log",
level=logging.INFO, # DEBUG, INFO, WARNING, ERROR, CRITICAL)
format="%(asctime)s - %(levelname)s - %(message)s"