Answer the question
In order to leave comments, you need to log in
How to skip the error?
for invite in invites_before_join:
try:
if invite.uses < find_invite_by_code(invites_after_join, invite.code).uses:
except NameError as e:
pass
print('Не нашёл код')
if invite.uses < find_invite_by_code(invites_after_join, invite.code).uses:in some cases, the error NameError: name 'uses' is not defined
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question