X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=update-web-status.py;h=1de42ad36ecf1c6e116db78c8afcfb78a0b078e0;hb=39f534c6513a4a9e26b1cbd80b08a727226eac78;hp=7c297ce24322b16a1472bdd066104c1ed81b9454;hpb=ed597ef0626e65e4a996541e80886c425e24ea96;p=svn42.git diff --git a/update-web-status.py b/update-web-status.py index 7c297ce..1de42ad 100755 --- a/update-web-status.py +++ b/update-web-status.py @@ -33,6 +33,8 @@ class UWSConfig: self.config_parser.set('web','htmlclosed','
Tür ist Geschlossen
') self.config_parser.add_section('debug') self.config_parser.set('debug','enabled',"False") + self.config_parser.add_section('tracker') + self.config_parser.set('tracker','socket',"/var/run/tuer/presence.socket") self.config_mtime=0 if not self.configfile is None: try: