Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survivor Sheet: the toggle_damage() route is calling the User object's save() for some reason #472

Closed
toconnell opened this issue Jan 30, 2018 · 1 comment
Assignees

Comments

@toconnell
Copy link
Owner

From logs:

[2018-01-30 21:23:35] INFO:     settlements object 'Terminus' [5a70e2018740d94bb5a063e8] event: REDACTED added 'Skinnery' to settlement locations.
[2018-01-30 21:23:35] INFO:     Saved settlements object 'Terminus' [5a70e2018740d94bb5a063e8] to mdb.settlements successfully!
[2018-01-30 21:23:41] INFO:     Saved [REDACTED (5a3102f28740d96da7e454cf)] to mdb.users successfully!
@toconnell toconnell self-assigned this Jan 30, 2018
@toconnell
Copy link
Owner Author

Oh, duh: this is just the User's save() method defaulting to verbose=True.

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant