Skip to content

Commit

Permalink
Add logging information for successful upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankerL committed Apr 19, 2022
1 parent 14dcd63 commit 473767b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def updater(self):

self.github_manager()

logger.info(f'Upload session complete for {datetime.datetime.today().date()}.')

def csv_dumper(self, collection: str, cursor):
if collection == 'DXYArea':
structured_results = list()
Expand Down

0 comments on commit 473767b

Please sign in to comment.