Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 9, 2022
1 parent 430558b commit 9a2367c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/modules/scraper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import cloudscraper
import re
from re import S
from re import match as rematch, findall, sub as resub
from asyncio import sleep as asleep
from time import sleep
Expand Down

0 comments on commit 9a2367c

Please sign in to comment.