Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hydrus/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
except Exception:
pass

AUTH = True
AUTH = False
Comment thread
Mec-iS marked this conversation as resolved.
Outdated
TOKEN = True

if AUTH:
Expand Down
2 changes: 1 addition & 1 deletion hydrus/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_apidoc_path():
found_doc = True
except KeyError:
found_doc = False
apidoc_path = cwd_path / 'hydrus' / 'samples' / 'hydra_doc_sample.py'
apidoc_path = cwd_path / 'hydrus' / 'samples' / 'movie_api_doc.py'
return (apidoc_path, found_doc)


Expand Down
Loading