mirror of
https://github.com/iBug/pac.git
synced 2025-07-13 12:52:15 +08:00
Stupid mistakes
This commit is contained in:
parent
cf08e0d840
commit
97f3e306b9
2
build.py
2
build.py
@ -61,7 +61,7 @@ def main():
|
||||
f.write(data)
|
||||
f.write("\n")
|
||||
f.write(gfwlist_stub)
|
||||
with open(os.path.join(OUT_DIR, filename), "w") as f:
|
||||
with open(os.path.join(OUT_DIR, filename_gfwlist), "w") as f:
|
||||
f.write(code)
|
||||
f.write(data)
|
||||
f.write("\n")
|
||||
|
Loading…
Reference in New Issue
Block a user