Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
iuiaoin committed Jul 11, 2023
1 parent 10bcf4a commit 1c8336c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion channel/wechat.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
from plugins.manager import PluginManager
from common.context import ContextType, Context
from plugins.event import EventType, Event
from channel.channel import Channel


@singleton
class WeChatChannel:
class WeChatChannel(Channel):
def __init__(self):
requests.packages.urllib3.disable_warnings()
warnings.filterwarnings("ignore")
Expand Down

0 comments on commit 1c8336c

Please sign in to comment.