mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
feedback-bot: Fix API path.
(imported from commit 405911ef8ff390b09dae84a0fc142ec721e50929)
This commit is contained in:
parent
f06fdbb7a8
commit
0337d3598d
@ -3,7 +3,7 @@ import sys
|
||||
from os import path
|
||||
import logging
|
||||
|
||||
sys.path.append(path.join(path.dirname(__file__), '..'))
|
||||
sys.path.append(path.join(path.dirname(__file__), '../api'))
|
||||
import humbug
|
||||
|
||||
class StreamLogger(object):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user