diff --git a/deepl_api.py b/deepl_api.py index 4d01e67bc54b1420e3808db166f1a0ac5de0349d..44be8ccb26bde12ec9b8d1b3b04a4dbec8f00d17 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