Skip to content

Commit

Permalink
Fixed #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandcracker committed Jan 14, 2024
1 parent ae2b95c commit aba6171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/youcube/youcube.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def default(self, request: Request, exception: Exception):
for method in dir(Actions):
if not method.startswith('__'):
actions[method] = getattr(Actions, method)
logger = setup_logging()

trusted_proxies = getenv("TRUSTED_PROXIES")

Expand Down

0 comments on commit aba6171

Please sign in to comment.