fix first pass

This commit is contained in:
2024-11-28 23:20:19 +01:00
parent c5a1ac0551
commit ffd9bf3d39
10 changed files with 129 additions and 40 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
from huey import RedisHuey
import os
import logging
import os
from huey import RedisHuey
from tisbackup import tis_backup
huey = RedisHuey('tisbackup', host='localhost')