mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-26 01:44:20 +01:00
fix comment bug
This commit is contained in:
parent
d0c5bed6eb
commit
14d1dedcec
|
|
@ -15,7 +15,7 @@ import json, requests
|
|||
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
'from includes.helper import timeHandler
|
||||
#from includes.helper import timeHandler
|
||||
from includes.helper import configHandler
|
||||
|
||||
##
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import httplib #for the HTTP request
|
|||
import urllib
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
'from includes.helper import timeHandler
|
||||
#from includes.helper import timeHandler
|
||||
from includes.helper import configHandler
|
||||
|
||||
##
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import httplib #for the HTTP request
|
|||
import urllib
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
'from includes.helper import timeHandler
|
||||
#from includes.helper import timeHandler
|
||||
from includes.helper import configHandler
|
||||
|
||||
##
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import os
|
|||
|
||||
from includes import globalVars
|
||||
|
||||
'from includes.helper import timeHandler
|
||||
#from includes.helper import timeHandler
|
||||
from includes.helper import wildcardHandler
|
||||
from includes.helper import configHandler
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue