Starting to convert RSS to new system

This commit is contained in:
Griatch 2014-02-27 10:08:56 +01:00
parent fc89923fa8
commit c0417def6d
3 changed files with 99 additions and 8 deletions

View file

@ -50,7 +50,7 @@ class GameTime(Script):
Setup the script
"""
self.key = GAMETIME_SCRIPT_NAME
self.desc = "Keeps track of the game time"
self.desc = "Saves uptime/runtime"
self.interval = 60
self.persistent = True
self.start_delay = True