reverted attempted workarounds back to initial state

This commit is contained in:
Kikimanox
2022-08-31 17:39:46 +02:00
parent 08711f38f9
commit 7d4aceb457
2 changed files with 1 additions and 8 deletions
@@ -16,7 +16,7 @@ import traceback
tika_server = "http://tika2:9999/tika"
# endpoint below to be used only for development purposes (don't need to run docker)
tika_server = "http://rsdo.lhrs.feri.um.si:9998/tika"
# tika_server = "http://rsdo.lhrs.feri.um.si:9998/tika"
# TEMPORARY
def datoteka_v_besedilo_post(file=None): # noqa: E501