mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Run it with Python, because Python
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
from urllib.parse import urlparse
|
||||
|
||||
domains = {}
|
||||
privacy_domains = {}
|
||||
|
||||
#with open('consent_20180227_1055.log', encoding='latin1') as pf:
|
||||
with open('20180313_1532.log') as pf:
|
||||
with open('logfile.log') as pf:
|
||||
logdata = pf.readlines()
|
||||
|
||||
for line in logdata:
|
||||
|
||||
Reference in New Issue
Block a user