Skip to content

Commit

Permalink
I feel pretty oh so pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
rawxfish committed Dec 25, 2024
1 parent 98f3e01 commit 599d261
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions google_api_lib/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,7 @@ def update_active_users(self, hunt_id):
hunt.save()
except IntegrityError:
# attempt to avoid the error next time by clearing cache
logger.warning(
"IntegrityError while updating active users, clearing cache"
)
logger.warning("IntegrityError while updating active users, clearing cache")
cache.clear()


Expand Down

0 comments on commit 599d261

Please sign in to comment.