None
This commit is contained in:
parent
722ecfef28
commit
b7d01edd2c
@ -7,12 +7,12 @@ import imageio
|
|||||||
import telegram
|
import telegram
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
|
import connector
|
||||||
|
from config import TOKEN
|
||||||
|
|
||||||
bot = telegram.Bot(token="1749418611:AAGOV2XB5mkMXqX-J_wtNu7KkrkhO_Xylmg")
|
bot = telegram.Bot(token=TOKEN)
|
||||||
|
|
||||||
pool = redis.ConnectionPool(host='127.0.0.1', port=6379, encoding='utf8', decode_responses=True)
|
r = connector.get_connection()
|
||||||
|
|
||||||
r = redis.StrictRedis(connection_pool=pool)
|
|
||||||
|
|
||||||
key_list = r.keys()
|
key_list = r.keys()
|
||||||
group_list = []
|
group_list = []
|
Loading…
Reference in New Issue
Block a user