We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f6855 commit dff9246Copy full SHA for dff9246
samples/apps/emailsettings_pop_settings.py
@@ -131,7 +131,7 @@ def main():
131
raise PopSettingsException('Invalid consumer credentials')
132
elif e.status == 503:
133
raise PopSettingsException('Server busy')
134
- else e.status == 500:
+ elif e.status == 500:
135
raise PopSettingsException('Internal server error')
136
else:
137
raise PopSettingsException('Unknown error')
0 commit comments