From 474177d95b56e3ed0139b8c608df9acd91c4fd3d Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 Oct 2020 06:57:06 +0000 Subject: [PATCH] fix quote --- plugins/Generator.py | 1 + plugins/Test.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Generator.py b/plugins/Generator.py index 4399b9b..677546e 100644 --- a/plugins/Generator.py +++ b/plugins/Generator.py @@ -8,6 +8,7 @@ from PIL import Image as PImage from selenium import webdriver from selenium.webdriver.common.keys import Keys +from urllib.parse import quote import re import asyncio import requests diff --git a/plugins/Test.py b/plugins/Test.py index c559bc1..e4b2a9d 100644 --- a/plugins/Test.py +++ b/plugins/Test.py @@ -33,7 +33,7 @@ import datetime import urllib import mido -import GLOBAL +from GLOBAL import QQFaces from Sniffer import * from Utils import * importMirai()