Separate long term background recordings

This commit is contained in:
relikd
2020-09-06 11:05:22 +02:00
parent 724d7ab319
commit 3fbde2091e
2 changed files with 11 additions and 10 deletions

View File

@@ -61,6 +61,8 @@ def import_update():
if bid == '_manually':
# TODO: notify admin that manual action is required
mylib.err('import', 'manual action required!')
elif bid == '_longterm':
mylib.err('import', 'manual action required! (background)')
else:
print(' ' + bid)
needs_update.add(bid)