Jon Irenicus added the comment:
#David Edelsohn
It's not changing anything.
with open('url_list.txt') as f:
content = f.readlines()
content = ''.join(content)
content = list(content)
if content[0] == 'h' and content[1] == 't' and co
Jon Irenicus added the comment:
The problem is when i run my python script, it somehow slows the whole computer
down.
I checked my cpu usage, ram usage and disk usage, but nothing comes up.
The script isn't big, it's only about 10kb big.
--
status: pendi
New submission from Jon Irenicus:
Python's really slowing my computer down.
After running my script, the computer grinds to a halt and it's performance
drops.
Even after a reboot, the problem still persists.
--
components: Windows
messages: 191661
nosy: jon_irenicus
priori