Skip to content

Commit

Permalink
Fixed cannot extract error
Browse files Browse the repository at this point in the history
Error was "Config" not defined which can be solve by importing "Config" class
  • Loading branch information
Itz-fork authored Nov 27, 2021
1 parent ee76a12 commit 267b4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unzipper/modules/ext_script/up_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from pyrogram import Client
from pyrogram.errors import FloodWait
from config import Config

# Send file to a user
async def send_file(unzip_bot, c_id, doc_f, query, full_path):
Expand Down

0 comments on commit 267b4a3

Please sign in to comment.