xbmcbackup/service.py

5 lines
108 B
Python
Raw Permalink Normal View History

from resources.lib.scheduler import BackupScheduler
# start the backup scheduler
2019-12-30 17:17:58 +01:00
BackupScheduler().start()