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 content[2] =='t': print("Make sure that you remove http:/ !") time.sleep(1) sys.exit("") elif content[0] != 'w' and content[1] != 'w' and content[2] != 'w': print("Make sure that you have the www. at the start!") print(content[0],content[1]) time.sleep(1) sys.exit("") os.system("CLS") else: print("Configuration looks fine!") time.sleep(1) with open('url_list.txt') as f: content_url = f.readlines() content_join = ''.join(content_url) print("You will load video url",content_join,".") time.sleep(1) os.system("CLS") print("Processing...") time.sleep(1) global x x = 0 time.sleep(1) if x > 35: print("Warning! Your computer could go unstable!") time.sleep(1) os.system("CLS") print("Are you sure you want to select that many? - yes - no") while "1" == "1": _answer_ = input("|yes| |no| - ") if _answer == "yes": break elif answer == "no": sys.exit("Quitting application") else: print("Invalid input!") time.sleep(1) os.system("CLS") elif x in range(1,35): print("Seems fine") elif x < 0: print("Warning!") print("Out of range value!") os.system("CLS") time.sleep(5) sys.exit("") os.system("CLS") time.sleep(5) print("Starting now!") while x > 0: x = x - 1 os.system("start "+content_join) time.sleep(10) os.system("taskkill /f /im chrome.exe") os.system("start test.py") sys.exit("restarting") ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18286> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com