Skip to content

Commit

Permalink
Fix log entry typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toddrob99 committed Jul 18, 2020
1 parent 0de2a99 commit 593c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/game_threads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ def postgame_thread_update_loop(self, pk):
)
postGameThread = self.reddit.submission(pgThread[0]["id"])
if not postGameThread.author:
self.log.warning("Game day thread appears to have been deleted.")
self.log.warning("Post game thread appears to have been deleted.")
q = "update {}threads set deleted=1 where id='{}';".format(
self.dbTablePrefix, postGameThread.id
)
Expand Down

0 comments on commit 593c726

Please sign in to comment.