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