Remove exit_on_error

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-03-17 15:19:34 -07:00
parent 3cc6bf099a
commit 052319d2ce
18 changed files with 17 additions and 27 deletions

View File

@@ -34,7 +34,6 @@ class CreateStation(Realm):
_proxy_str=None,
_debug_on=False,
_up=True,
_exit_on_error=False,
_exit_on_fail=False):
super().__init__(_host,
_port)