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