mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-03-07 03:18:17 +01:00
moved scheduler to resources/lib and created non-complex entry point
This commit is contained in:
4
service.py
Normal file
4
service.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from resources.lib.scheduler import BackupScheduler
|
||||
|
||||
# start the backup scheduler
|
||||
BackupScheduler().start()
|
||||
Reference in New Issue
Block a user