Skip to content

Commit

Permalink
Fix scribereader imports to work with newer package
Browse files Browse the repository at this point in the history
  • Loading branch information
jfongatyelp committed Jun 5, 2024
1 parent 372d50c commit 584633a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sticht/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

try:
from scribereader import scribereader
from clog.readers import construct_conn_msg
from clog.readers import find_tail_host
from scribereader.clog.readers import construct_conn_msg
from scribereader.clog.readers import find_tail_host
except ImportError:
scribereader = None
construct_conn_msg = None
Expand Down

0 comments on commit 584633a

Please sign in to comment.