mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 07:47:39 +00:00
🚑 whois: fix for output redirection & special case
This commit is contained in:
parent
45b7182701
commit
fab58dde8f
2
whois.py
2
whois.py
@ -1,6 +1,6 @@
|
|||||||
import json
|
import json
|
||||||
import os,sys,codecs
|
import os,sys,codecs
|
||||||
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
|
|
||||||
from requests import get
|
from requests import get
|
||||||
from pagermaid.listener import listener
|
from pagermaid.listener import listener
|
||||||
from pagermaid.utils import obtain_message
|
from pagermaid.utils import obtain_message
|
||||||
|
Loading…
Reference in New Issue
Block a user