Skip to content

Commit f497ff1

Browse files
committed
Fix import telebot
1 parent 110aed1 commit f497ff1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import telebot
22

3-
from flask import Flask, request
3+
from flask import Flask
44

55
from config import config
66

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import telebot
12
from flask import request
23

34
from app import app, bot

0 commit comments

Comments
 (0)