Skip to content

Commit 20093e4

Browse files
Fix: minor config none at initial registration.
1 parent ecb0199 commit 20093e4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

fiscguy/zimra_base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def certs(self):
3737
return self._certs
3838

3939
def _validate_config(self):
40-
"""Validate that configuration exists"""
41-
if not self.config:
42-
raise RuntimeError("ZIMRA configuration missing")
43-
4440
if self.certs:
4541
if self.certs.production:
4642
self.base_url = f"https://fdmsapi.zimra.co.zw/Device/v1/{self.device.device_id}"

0 commit comments

Comments
 (0)