wip
This commit is contained in:
parent
e5c0248207
commit
c62facdb60
1 changed files with 4 additions and 1 deletions
|
|
@ -66,7 +66,10 @@ class Client:
|
||||||
self.quit()
|
self.quit()
|
||||||
|
|
||||||
def quit(self):
|
def quit(self):
|
||||||
HeroDelete(id=self.hero.id).delete()
|
try:
|
||||||
|
HeroDelete(id=self.hero.id).delete()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
if self.moving_up:
|
if self.moving_up:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue