Fix naming
This commit is contained in:
parent
ee273f0520
commit
541b3a85c7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def extract_info(inf, s):
|
||||||
if x.groups()[2] != None:
|
if x.groups()[2] != None:
|
||||||
y = re.search(r'tick_tock=(\d)', x.groups()[2])
|
y = re.search(r'tick_tock=(\d)', x.groups()[2])
|
||||||
if y:
|
if y:
|
||||||
s['current']['strat'] += "-default" if y.groups()[0] == '1' else "-double-send"
|
s['current']['strat'] += "-alternate" if y.groups()[0] == '1' else "-double-send"
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
print("parse error for",inf)
|
print("parse error for",inf)
|
||||||
|
|
Loading…
Reference in a new issue