Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Nov 14, 2023
1 parent c96be1e commit f059aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperon_das/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
self._error(DatabaseTypeException(
message=str(e),
details=f'possible values {DatabaseType.values()}',
)
))

if database == DatabaseType.SERVER.value and not host:
raise InitializeServerException(
Expand Down

0 comments on commit f059aa3

Please sign in to comment.