mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-05-25 08:41:22 +02:00
moved scheduler to resources/lib and created non-complex entry point
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from resources.lib.scheduler import BackupScheduler
|
||||
|
||||
# start the backup scheduler
|
||||
BackupScheduler().start()
|
||||
Reference in New Issue
Block a user