Skip to content

Commit

Permalink
🤦🏻 #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Mar 7, 2022
1 parent d1eae24 commit 82b8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/monitoring/errorLogsToSlack.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def log_messages(cloudwatch_response, logger):
log_messages(response, logger)
oldNext = response['nextForwardToken']
if oldNext and len(oldNext) > 0:
hasMore = true
hasMore = True
while hasMore:
response = logClient.get_log_events(
logGroupName=logGroup,
Expand Down

0 comments on commit 82b8f53

Please sign in to comment.