fix paths
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
api_hash: cb06da2bf01e15627434223242b6446d
|
||||
api_id: 21648766
|
||||
chat:
|
||||
- chat_id: -1001966291562
|
||||
download_filter: id == 2048
|
||||
last_read_message_id: 2048
|
||||
- chat_id: landigos
|
||||
download_filter: id == 6964
|
||||
last_read_message_id: 6964
|
||||
file_formats:
|
||||
video:
|
||||
- all
|
||||
|
@ -11,7 +11,7 @@ from pyrogram import types
|
||||
from pyrogram.handlers import MessageHandler
|
||||
from ruamel import yaml
|
||||
|
||||
import utils
|
||||
from src.parsers.Telegram.telegram_media_downloader import utils
|
||||
from src.parsers.Telegram.telegram_media_downloader.module.app import (
|
||||
Application,
|
||||
ChatDownloadConfig,
|
||||
|
@ -6,7 +6,7 @@ import threading
|
||||
|
||||
from flask import Flask, jsonify, render_template, request
|
||||
|
||||
import utils
|
||||
from src.parsers.Telegram.telegram_media_downloader import utils
|
||||
from flask_login import LoginManager, UserMixin, login_required, login_user
|
||||
from src.parsers.Telegram.telegram_media_downloader.module.app import Application
|
||||
from src.parsers.Telegram.telegram_media_downloader.module.download_stat import (
|
||||
|
Reference in New Issue
Block a user