Beautifier
This commit is contained in:
parent
63c9103519
commit
bab3568a42
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user