cleaned up some debuging stuff of mine
This commit is contained in:
parent
0788b8d40b
commit
25755fd145
|
|
@ -207,11 +207,6 @@ Traffic Legend:
|
||||||
|
|
||||||
# Extract the token parameter from url
|
# Extract the token parameter from url
|
||||||
token = urlparse(path)[4] # 4 is the query from url
|
token = urlparse(path)[4] # 4 is the query from url
|
||||||
print(token)
|
|
||||||
#if not 'token' in args or not len(args['token']):
|
|
||||||
# raise self.EClose("Token not present")
|
|
||||||
|
|
||||||
#token = args['token'][0].rstrip('\n')
|
|
||||||
|
|
||||||
# target_cfg can be a single config file or directory of
|
# target_cfg can be a single config file or directory of
|
||||||
# config files
|
# config files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue