Skip to content

Commit

Permalink
Fix import of excaptions in apicli
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Sep 16, 2024
1 parent 881dea1 commit 0767802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apicli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from select import select
from os import linesep

from librouteros import connect, ConnectionError, TrapError, FatalError
from librouteros import connect
from librouteros.exceptions import TrapError, FatalError

argParser = ArgumentParser(description='mikrotik api cli interface')
argParser.add_argument(
Expand Down

0 comments on commit 0767802

Please sign in to comment.