Skip to content

Commit

Permalink
fix forgot import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrismanaziz committed Jul 20, 2022
1 parent 421a391 commit 44bd202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
import sys
from os import environ, execle, system

from bot import Bot
from git import Repo
from git.exc import InvalidGitRepositoryError
from pyrogram import Client, filters
from pyrogram.types import Message

from config import LOGGER
from config import ADMINS, LOGGER

UPSTREAM_REPO = "https://github.com/mrismanaziz/File-Sharing-Man"

Expand Down

0 comments on commit 44bd202

Please sign in to comment.