-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downgrade flask caching #3947
Downgrade flask caching #3947
Conversation
String.encode('utf-8', 'backslashreplace') has type bytes in py3
@@ -66,6 +67,8 @@ def __repr__(self): | |||
""" | |||
used as the cache key. we use the rt_system_id to share the cache between servers in production | |||
""" | |||
if PY3: | |||
self.rt_system_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.rt_system_id | |
return self.rt_system_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Kudos, SonarCloud Quality Gate passed! |
No description provided.