Fixed a bug with the updating of the caching.
This commit is contained in:
parent
fb0d77c794
commit
24c4791e9e
3 changed files with 24 additions and 21 deletions
|
|
@ -477,6 +477,7 @@ def create_player(name, email, password,
|
|||
return new_player
|
||||
except Exception,e:
|
||||
# a failure in creating the character
|
||||
print e
|
||||
if not user:
|
||||
# in there was a failure we clean up everything we can
|
||||
logger.log_trace()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue