mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-21 20:56:03 +03:00
Properly remove ampersand escaping for large topsequence
This commit is contained in:
parent
8b5adbe792
commit
6eae76b095
@ -94,5 +94,5 @@ with open(sys.argv[2], "w") as awkfile:
|
||||
with open(sys.argv[3], "w") as pacfile:
|
||||
pacdict = {}
|
||||
for i, w in enumerate(finallist):
|
||||
pacdict[wordreplace[i].strip('\\')] = w
|
||||
pacdict[wordreplace[i].replace('\\', '')] = w
|
||||
print(pacdict, file=pacfile)
|
||||
|
Loading…
Reference in New Issue
Block a user