From 43127e7ec9ea7ef652f48db99744918e4743450f Mon Sep 17 00:00:00 2001
From: Martmists <martmists@gmail.com>
Date: Mon, 15 Apr 2019 09:41:27 +0200
Subject: [PATCH] Update utils.py

---
 owo/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/owo/utils.py b/owo/utils.py
index 2b03071..2d0675a 100644
--- a/owo/utils.py
+++ b/owo/utils.py
@@ -9,7 +9,7 @@ try:
     import requests
 except ImportError:
     # Installing package, ignore
-    pass
+    UPLOAD_BASES = SHORTEN_BASES = []
 else:
     resp = requests.get(DOMAINS_URL)
     content = resp.text
-- 
GitLab