mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Only reveal hashids to the ui
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user