From a8530b5832919f14a2b6516c4d01b09b2c8e5612 Mon Sep 17 00:00:00 2001 From: Fabian Rausch <fabian.rausch@pwc.com> Date: Fri, 23 Oct 2020 17:44:36 +0200 Subject: [PATCH] Change port to avoid conflicts on bbb-dev machine --- deepl_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepl_api.py b/deepl_api.py index 4d01e67..44be8cc 100644 --- a/deepl_api.py +++ b/deepl_api.py @@ -21,4 +21,4 @@ def get_abstracts_for_query_srf_api(): return get_translation(text, target_lang) app.config['JSON_AS_ASCII'] = False -app.run(host="0.0.0.0", port=int("5000"), debug=True) \ No newline at end of file +app.run(host="0.0.0.0", port=int("6061"), debug=True) \ No newline at end of file -- GitLab