Skip to content

Commit dc6c390

Browse files
authored
Update run.py (sfyc23#165)
Update run.py
2 parents e27c184 + 7857a01 commit dc6c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run():
3333
import itchat
3434
import apscheduler
3535
import requests
36-
from bs4 import BeautifulSoups
36+
from bs4 import BeautifulSoup
3737
if itchat.__version__ != '1.3.10':
3838
print('请将 itchat 的版本升级至 1.3.10!')
3939
return

0 commit comments

Comments
 (0)