mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
4 lines
107 B
Python
4 lines
107 B
Python
|
from resources.lib.scheduler import BackupScheduler
|
||
|
|
||
|
# start the backup scheduler
|
||
|
BackupScheduler().start()
|