Added multiuser branch
This commit is contained in:
@@ -4,6 +4,7 @@ import threading
|
||||
import logging
|
||||
import prettytable
|
||||
import helpers
|
||||
import walladb
|
||||
|
||||
from worker import Worker
|
||||
from telegram import Update
|
||||
@@ -127,6 +128,7 @@ async def list_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> No
|
||||
await update.message.reply_markdown_v2(f'```{(table)}```')
|
||||
|
||||
def main()->None:
|
||||
walladb.setup_db()
|
||||
products = parse_json_file()
|
||||
|
||||
for product in products:
|
||||
|
||||
Reference in New Issue
Block a user