Update xml_scan.py
Browse files- xml_scan.py +1 -1
xml_scan.py
CHANGED
@@ -38,7 +38,7 @@ for number in tqdm(range(1, 45000)):
|
|
38 |
|
39 |
print(f"\r{GameID}:{title} - COMPLETE", end="")
|
40 |
except (requests.exceptions.RequestException, ET.ParseError) as e:
|
41 |
-
|
42 |
continue
|
43 |
|
44 |
print("Extraction and writing completed!")
|
|
|
38 |
|
39 |
print(f"\r{GameID}:{title} - COMPLETE", end="")
|
40 |
except (requests.exceptions.RequestException, ET.ParseError) as e:
|
41 |
+
print(f"\r{GameID} - Game not exist", end="")
|
42 |
continue
|
43 |
|
44 |
print("Extraction and writing completed!")
|