OP-2019 - fixed wrong value

This commit is contained in:
Petr Kalis 2021-12-02 19:07:46 +01:00
parent 1154f61ac1
commit 07fdcc6f4d

View file

@ -27,7 +27,7 @@ def headless_publish(log, close_plugin_name=None, is_test=False):
publish_and_log(dbcon, _id, log, close_plugin_name)
else:
publish(log, 'CloseAE')
publish(log, close_plugin_name)
def get_webpublish_conn():