Skip to content

Commit

Permalink
fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 30, 2020
1 parent fc0e29b commit 474177d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/Generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import datetime
import urllib
import mido
import GLOBAL
from GLOBAL import QQFaces
from Sniffer import *
from Utils import *
importMirai()
Expand Down

0 comments on commit 474177d

Please sign in to comment.