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 31dbadc commit 9712446Copy full SHA for 9712446
app/utils/countrycodes.py
@@ -380,5 +380,5 @@ def country_code(country):
380
if country_code == default_code:
381
print("No country_code found for '%s'. Using '%s'!" % (country, country_code))
382
383
- # Return
+ # Return.
384
return country_code
0 commit comments