economy_resources #1

Merged
fazziclay merged 14 commits from economy_resources into main 2026-03-28 22:22:55 +03:00
Showing only changes of commit 2105e9bc36 - Show all commits

View File

@@ -217,7 +217,7 @@ class Parser:
previous_dump = previous_pair
if fuck_empty_pair_in_excel:
if previous_pair is None or previous_pair == "":
pair = f"EMPTY_IN_EXCEL_{uuid.uuid4()}"
pair = f"EMPTY_IN_EXCEL"
else:
pair = utils.next_element(PAIR_NUMS, previous_pair)