Fix includes again

This commit is contained in:
64Core 2023-03-20 23:35:31 -05:00
parent 7c7a70d9fe
commit 0c1e49d8b2

View file

@ -4,6 +4,7 @@ import urllib
import datetime
from os import path
from os import mkdir
from os import makedirs
import requests
from sys import argv
@ -78,8 +79,8 @@ class Game:
self.load_downloads(token)
if not os.path.exists(self.destination_path):
os.makedirs(self.destination_path)
if not path.exists(self.destination_path):
makedirs(self.destination_path)
for d in self.downloads:
if (