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
File "/app/load/urls.py", line 8, in celery-worker_1 | from domain_client.api_client import get_property_info celery-worker_1 | File "/app/domain_client/api_client.py", line 19, in celery-worker_1 | results = dc.listings_statistics(portal_public_id) celery-worker_1 | File "/usr/local/lib/python3.8/site-packages/domain/authorisation/init.py", line 33, in wrapped celery-worker_1 | return method(self, *args, **kwds) celery-worker_1 | TypeError: listings_statistics() missing 2 required positional arguments: 'time_period' and 'status_filter'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File "/app/load/urls.py", line 8, in
celery-worker_1 | from domain_client.api_client import get_property_info
celery-worker_1 | File "/app/domain_client/api_client.py", line 19, in
celery-worker_1 | results = dc.listings_statistics(portal_public_id)
celery-worker_1 | File "/usr/local/lib/python3.8/site-packages/domain/authorisation/init.py", line 33, in wrapped
celery-worker_1 | return method(self, *args, **kwds)
celery-worker_1 | TypeError: listings_statistics() missing 2 required positional arguments: 'time_period' and 'status_filter'
The text was updated successfully, but these errors were encountered: