mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-17 23:34:48 +08:00
Del os in build_confs
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
import os
|
|
||||||
|
|
||||||
# confs names in template/ and ../
|
# confs names in template/ and ../
|
||||||
# except sr_head and sr_foot
|
# except sr_head and sr_foot
|
||||||
@@ -82,4 +82,4 @@ for conf_name in confs_names:
|
|||||||
for mark in marks:
|
for mark in marks:
|
||||||
template = template.replace('{{'+mark+'}}', values[mark])
|
template = template.replace('{{'+mark+'}}', values[mark])
|
||||||
|
|
||||||
file_output.write(template)
|
file_output.write(template)
|
||||||
Reference in New Issue
Block a user