Commit b3f6cd7c by mohammed.shibili

updating done

parent e0af2c84
......@@ -7,7 +7,6 @@ load_dotenv()
topic = os.getenv("topic")
show_cancelled = os.getenv("show_cancelled")
ticket_cancelled = os.getenv("ticket_cancelled")
config = configparser.RawConfigParser()
config.read("conf/app.conf")
redis_host = config.get("redis", "redis_host")
......
import json
from script.config.appconfig import ticket_cancelled, show_cancelled
from script.const.constants import topic_map
from script.core.handlers.redis_connection import r1
from script.config.redis_connection import r1
from script.core.handlers.updatingSeats import cancelled_ticket, golden_update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment