Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JackZhao516 committed Jan 6, 2025
1 parent 42d0817 commit deae18d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ def run(self) -> None:
if os.path.exists(file):
os.remove(file)
close_database()
logging.warning("Stock Screener Alert finished")


if __name__ == "__main__":
Expand Down

0 comments on commit deae18d

Please sign in to comment.