mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-05 03:46:54 -04:00
Add test logger
This commit is contained in:
parent
22127dd637
commit
a35b79547d
1 changed files with 2 additions and 0 deletions
|
@ -248,6 +248,8 @@ if __name__ == "__main__":
|
|||
section_name="Watchful12",
|
||||
log_level=logging.WARNING,
|
||||
)
|
||||
log.warning("test")
|
||||
discord_logging.flush_discord()
|
||||
|
||||
status_file = "process.json"
|
||||
stages, month = load_status(status_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue