mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
typo
This commit is contained in:
2
main.py
2
main.py
@@ -26,7 +26,7 @@ os.environ["TERM"] = "screen"
|
||||
os.environ["LANG"] = "C.UTF-8"
|
||||
|
||||
# Configure logging
|
||||
# Run `tail -f contact.log` in another terminal to view live
|
||||
# Run `tail -f client.log` in another terminal to view live
|
||||
logging.basicConfig(
|
||||
filename=globals.log_file_path,
|
||||
level=logging.INFO, # DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
||||
|
||||
Reference in New Issue
Block a user