We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example under Timezones group
from astral.geocoder import group europe = group("europe")
Traceback (most recent call last): File "<pyshell#430>", line 1, in europe = group("europe") TypeError: group() missing 1 required positional argument: 'db'
suggested correction to documentation
europre = group("europe",database())
The text was updated successfully, but these errors were encountered:
edit line 276 as descirbed in issue sffjunkie#68
6eefa7e
No branches or pull requests
Example under Timezones group
Traceback (most recent call last):
File "<pyshell#430>", line 1, in
europe = group("europe")
TypeError: group() missing 1 required positional argument: 'db'
suggested correction to documentation
The text was updated successfully, but these errors were encountered: