Skip to content

Commit

Permalink
Add another forbidden date value.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Jun 26, 2024
1 parent 66d5055 commit f7d9f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocd_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def process_log_record(self, log_record):
IBABS_WSDL = 'https://wcf.ibabs.eu/api/Public.svc?singleWsdl'

# iBabs invalid date types
IBABS_INVALID_REPORT_DATES = ['B', 'G', 'V', 'R', 'C', '1', 'I', 'T']
IBABS_INVALID_REPORT_DATES = ['B', 'G', 'V', 'R', 'C', '1', 'I', 'T', 'M']

# The endpoint for the CompanyWebcast API
CWC_WSDL = 'https://services.companywebcast.com/meta/1.2/metaservice.svc?singleWsdl'
Expand Down

0 comments on commit f7d9f68

Please sign in to comment.