diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2019-09-11 17:34:18 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-09-14 18:18:53 -0400 |
commit | 96c5441ac652bb2e7e396381d3fb2e0964ad68da (patch) | |
tree | 29a582fd80553b47ea25d25908f2b624ae5c54c8 /diplomacy/utils | |
parent | 57c9c33ae756cc17af223f6bc671191684ee9c9b (diff) |
channel.authenticate() - Deprecated argument 'create_user'
- User is now created by default if it doesn't exist on the server
- Unless the server prevents new registrations
Diffstat (limited to 'diplomacy/utils')
-rw-r--r-- | diplomacy/utils/strings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diplomacy/utils/strings.py b/diplomacy/utils/strings.py index 80b83a3..9cabaf3 100644 --- a/diplomacy/utils/strings.py +++ b/diplomacy/utils/strings.py @@ -48,7 +48,6 @@ CONTROLLED_POWERS = 'controlled_powers' CONTROLLER = 'controller' COUNT_EXPECTED = 'count_expected' COUNT_VOTED = 'count_voted' -CREATE_USER = 'create_user' CURRENT_ORDER = 'current_order' CURRENT_PHASE = 'current_phase' CURRENT_PHASE_DATA = 'current_phase_data' |