Jonas Tenora

Results 1 comments of Jonas Tenora

import os import glob cookie_del = glob.glob("config/*cookie.json") os.remove(cookie_del[0]) This is not working for me. I had to put it into try, except because then I would have index error. But...