Skip to content
Snippets Groups Projects
Commit 43127e7e authored by Martmists's avatar Martmists
Browse files

Update utils.py

parent 75d345f3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ try: ...@@ -9,7 +9,7 @@ try:
import requests import requests
except ImportError: except ImportError:
# Installing package, ignore # Installing package, ignore
pass UPLOAD_BASES = SHORTEN_BASES = []
else: else:
resp = requests.get(DOMAINS_URL) resp = requests.get(DOMAINS_URL)
content = resp.text content = resp.text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment