Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 59f7e43

Browse files
typo
1 parent 836123b commit 59f7e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eSim/Help_functions/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def double_click(server, queue="", ticket_quality="1"):
191191
try:
192192
region = tree.xpath('//div[1]//div[2]//div[5]//div[1]//div//div[1]//div//div[4]//a/@href')[0].split("=")[1]
193193
payload = {'countryId': int(int(region) / 6) + (int(region) % 6 > 0), 'regionId': region,
194-
'ticket_quality': ticketQuality}
194+
'ticket_quality': ticket_quality}
195195
await get_content(URL + "travel.html", data=payload)
196196
except:
197197
return print("I couldn't find in which region your work is. Maybe you don't have a job")

0 commit comments

Comments
 (0)