mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-01-02 21:55:11 +01:00
5 lines
108 B
Python
5 lines
108 B
Python
from resources.lib.scheduler import BackupScheduler
|
|
|
|
# start the backup scheduler
|
|
BackupScheduler().start()
|