Skip to content

Enabled passwords for FlyingGroup#3

Open
MetalStormGhost wants to merge 4 commits intodcs-retribution:retributionfrom
MetalStormGhost:passwords
Open

Enabled passwords for FlyingGroup#3
MetalStormGhost wants to merge 4 commits intodcs-retribution:retributionfrom
MetalStormGhost:passwords

Conversation

@MetalStormGhost
Copy link

No description provided.

Comment on lines +367 to +370
try:
self.password = d["password"]
except KeyError:
self.password = None
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace by self.password = d.get("password") ?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants