-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update tutorials to use anonlinkclient instead of clkhash #536
Conversation
Ensure db is up and nginx is serving http before starting tests
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.
Look good to me!
@@ -12,9 +12,6 @@ class Config(object): | |||
""" | |||
|
|||
# If adding or deleting any, please ensure that the changelog will mention them. | |||
|
|||
DEBUG = os.getenv("DEBUG", "false") == "true" |
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.
Why is this not needed anymore?
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.
We removed the debug flag a long time ago. Not sure why this hadn't been cleaned up
No description provided.