Beautifier

This commit is contained in:
minoplhy 2021-10-02 10:57:12 +07:00
parent 63c9103519
commit bab3568a42

View File

@ -40,6 +40,7 @@ def filtering(filters_welcome):
f.write('\n'.join([line + '\n']))
print("Simple Filtering Completed!")
f.close()
def IP_URL_FILTERING(filters_welcome):
with open(filters_welcome) as f:
file = f.read().split('\n')