mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45: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()
|