Only reveal hashids to the ui

This commit is contained in:
Patrick Jentsch
2021-11-30 16:22:16 +01:00
parent 3e227dc4cf
commit 72ba61f369
39 changed files with 1098 additions and 1083 deletions

View File

@ -21,6 +21,7 @@ class Daemon(CheckCorporaMixin, CheckJobsMixin):
self.check_corpora()
self.check_jobs()
db.session.commit()
except:
except Exception as e:
current_app.logger.warning(e)
pass
sleep(1.5)