summaryrefslogtreecommitdiff
path: root/py-fake-service/app
diff options
context:
space:
mode:
Diffstat (limited to 'py-fake-service/app')
-rw-r--r--py-fake-service/app/pixelated_user_agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py-fake-service/app/pixelated_user_agent.py b/py-fake-service/app/pixelated_user_agent.py
index 0727e1f5..1f1c25b9 100644
--- a/py-fake-service/app/pixelated_user_agent.py
+++ b/py-fake-service/app/pixelated_user_agent.py
@@ -22,7 +22,7 @@ from adapter import MailService
from search import SearchQuery
app = Flask(__name__, static_url_path='', static_folder='../../web-ui/app')
-MEDIUM_TAGGED_URL = 'https://example.wazokazi.is:8154\
+MEDIUM_TAGGED_URL = 'https://example.wazokazi.is\
/go/static/py-mediumtagged.tar.gz'
client = None
converter = None