From a437b59477e895fd760f66f1fcef481dc6f9c2e5 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:31:37 +0530 Subject: [PATCH 01/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfe8fc..afc887c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ We have to use Bot for Inline Search & Userbot for Searching in Channels. So bot
Deploy to Heroku


- + Deploy

From cf4a1464aa79ce78ac0032d7771377666ceca43e Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:40:14 +0530 Subject: [PATCH 02/12] Update main.py --- main.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/main.py b/main.py index cad311b..71634bc 100644 --- a/main.py +++ b/main.py @@ -28,8 +28,8 @@ async def start_handler(_, event: Message): await event.reply_photo("https://telegra.ph/file/165941ae764a56d6d9c89.jpg", caption=Config.START_MSG.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel", url="https://t.me/cynitemovies"), - InlineKeyboardButton("Creator", url="https://t.me/Cyniteofficial")], + [InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload"), + InlineKeyboardButton("Creator", url="https://t.me/Jayesh_Rajput1")], [InlineKeyboardButton("Help", callback_data="Help_msg"), InlineKeyboardButton("About", callback_data="About_msg")]])) @@ -38,8 +38,8 @@ async def help_handler(_, event: Message): await event.reply_text(Config.ABOUT_HELP_TEXT.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel", url="https://t.me/iP_Movies"), - InlineKeyboardButton("Our Group", url="https://t.me/iPopcornMovieGroup"), + [InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload"), + InlineKeyboardButton("Our Group", url="https://t.me/Mp5moviez_1"), InlineKeyboardButton("About", callback_data="About_msg")] ]) ) @@ -77,11 +77,11 @@ async def button(bot, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Our Channel", url="https://t.me/cyniteMovies"), - InlineKeyboardButton("Join", url="https://t.me/Technicalcynite") + InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload"), + InlineKeyboardButton("Join", url="https://t.me/Mp5moviez_1") ], [ - InlineKeyboardButton("Creator", url="https://t.me/cyniteofficial"), + InlineKeyboardButton("Creator", url="https://t.me/Jayesh_Rajput1"), InlineKeyboardButton("Home", callback_data="gohome") ] ] @@ -96,10 +96,10 @@ async def button(bot, cmd: CallbackQuery): [ [ InlineKeyboardButton("About", callback_data="About_msg"), - InlineKeyboardButton("Our Channel", url="https://t.me/cyniteMovies") + InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload") ], [ - InlineKeyboardButton("Owner", url="https://t.me/cyniteofficial"), + InlineKeyboardButton("Owner", url="https://t.me/Jayesh_Rajput1"), InlineKeyboardButton("Home", callback_data="gohome") ] ] @@ -117,8 +117,8 @@ async def button(bot, cmd: CallbackQuery): InlineKeyboardButton("About", callback_data="About_msg") ], [ - InlineKeyboardButton("Support", url="https://t.me/cyniteofficial"), - InlineKeyboardButton("Channel", url="https://t.me/cynitemovies") + InlineKeyboardButton("Support", url="https://t.me/Jayesh_Rajput1"), + InlineKeyboardButton("Channel", url="https://t.me/Ram_Setu_MovieDownload") ] ] ), From 6b992d4fb00a3c38ae19cf93318c3af9ab260068 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:44:14 +0530 Subject: [PATCH 03/12] Update configs.py --- configs.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs.py b/configs.py index 0e0a461..7eb0fab 100644 --- a/configs.py +++ b/configs.py @@ -15,7 +15,7 @@ class Config(object): UPDATES_CHANNEL = os.environ.get("UPDATES_CHANNEL", None) ABOUT_BOT_TEXT = """This is Mdisk Search Bot. -πŸ€– My Name: Mdisk Search Robot +πŸ€– My Name: Mdisk Search Robot πŸ“ Language : Python V3 @@ -23,10 +23,10 @@ class Config(object): πŸ“‘ Server: Heroku -πŸ‘¨β€πŸ’» Created By: Cynite +πŸ‘¨β€πŸ’» Created By: Cynite """ - ABOUT_HELP_TEXT = """πŸ‘¨β€πŸ’» Developer : Click Me + ABOUT_HELP_TEXT = """πŸ‘¨β€πŸ’» Developer : Click Me If You Want Your Own Bot Like This Then You Can Contact Our Developer. """ @@ -38,7 +38,7 @@ class Config(object): I Can Search πŸ” What You Want❗ -Made With ❀ By @Cyniteofficial +Made With ❀ By @Jayesh_Rajput1 """ @@ -49,7 +49,7 @@ class Config(object): I Can Search πŸ” What You Want❗ -Made With ❀ By @Cyniteofficial +Made With ❀ By @Jayesh_Rajput1 """ From cca8bf68dd5a4dc8de8e97e9d87b4e5d76511fb5 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:27:45 +0530 Subject: [PATCH 04/12] Update main.py --- main.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main.py b/main.py index 71634bc..274cece 100644 --- a/main.py +++ b/main.py @@ -25,10 +25,10 @@ @Bot.on_message(filters.private & filters.command("start")) async def start_handler(_, event: Message): - await event.reply_photo("https://telegra.ph/file/165941ae764a56d6d9c89.jpg", + await event.reply_photo("https://telegra.ph/file/156765a70757013b61d9c.jpg", caption=Config.START_MSG.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload"), + [InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel"), InlineKeyboardButton("Creator", url="https://t.me/Jayesh_Rajput1")], [InlineKeyboardButton("Help", callback_data="Help_msg"), InlineKeyboardButton("About", callback_data="About_msg")]])) @@ -38,8 +38,8 @@ async def help_handler(_, event: Message): await event.reply_text(Config.ABOUT_HELP_TEXT.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload"), - InlineKeyboardButton("Our Group", url="https://t.me/Mp5moviez_1"), + [InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Our Group", url="https://t.me/iPopcornGroup"), InlineKeyboardButton("About", callback_data="About_msg")] ]) ) @@ -77,8 +77,8 @@ async def button(bot, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload"), - InlineKeyboardButton("Join", url="https://t.me/Mp5moviez_1") + InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Join", url="https://t.me/iPopcornGroup") ], [ InlineKeyboardButton("Creator", url="https://t.me/Jayesh_Rajput1"), @@ -96,7 +96,7 @@ async def button(bot, cmd: CallbackQuery): [ [ InlineKeyboardButton("About", callback_data="About_msg"), - InlineKeyboardButton("Our Channel", url="https://t.me/Ram_Setu_MovieDownload") + InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel") ], [ InlineKeyboardButton("Owner", url="https://t.me/Jayesh_Rajput1"), @@ -118,7 +118,7 @@ async def button(bot, cmd: CallbackQuery): ], [ InlineKeyboardButton("Support", url="https://t.me/Jayesh_Rajput1"), - InlineKeyboardButton("Channel", url="https://t.me/Ram_Setu_MovieDownload") + InlineKeyboardButton("Channel", url="https://t.me/IPopcornchannel") ] ] ), From f1aaf329ffe7ce1cd068ba835632eed9c2e6b29f Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:48:09 +0530 Subject: [PATCH 05/12] Update main.py --- main.py | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/main.py b/main.py index 274cece..a7a9f1e 100644 --- a/main.py +++ b/main.py @@ -28,19 +28,19 @@ async def start_handler(_, event: Message): await event.reply_photo("https://telegra.ph/file/156765a70757013b61d9c.jpg", caption=Config.START_MSG.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel"), - InlineKeyboardButton("Creator", url="https://t.me/Jayesh_Rajput1")], - [InlineKeyboardButton("Help", callback_data="Help_msg"), - InlineKeyboardButton("About", callback_data="About_msg")]])) + [InlineKeyboardButton("Our Channel βœ…", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Our Group βœ…", url="https://t.me/iPopcornGroup")], + [InlineKeyboardButton("Help 😣", callback_data="Help_msg"), + InlineKeyboardButton("About βœ…", callback_data="About_msg")]])) @Bot.on_message(filters.private & filters.command("help")) async def help_handler(_, event: Message): await event.reply_text(Config.ABOUT_HELP_TEXT.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel"), - InlineKeyboardButton("Our Group", url="https://t.me/iPopcornGroup"), - InlineKeyboardButton("About", callback_data="About_msg")] + [InlineKeyboardButton("Our Channel βœ…", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Our Group βœ…", url="https://t.me/iPopcornGroup"), + InlineKeyboardButton("About βœ…", callback_data="About_msg")] ]) ) @@ -77,12 +77,12 @@ async def button(bot, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel"), - InlineKeyboardButton("Join", url="https://t.me/iPopcornGroup") + InlineKeyboardButton("Our Channe βœ…l", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Join Group βœ…", url="https://t.me/iPopcornGroup") ], [ - InlineKeyboardButton("Creator", url="https://t.me/Jayesh_Rajput1"), - InlineKeyboardButton("Home", callback_data="gohome") + InlineKeyboardButton("Creator πŸ•΅οΈβ€β™‚οΈ", url="https://t.me/Jayesh_Rajput1"), + InlineKeyboardButton("Home 🏠", callback_data="gohome") ] ] ), @@ -95,12 +95,12 @@ async def button(bot, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("About", callback_data="About_msg"), - InlineKeyboardButton("Our Channel", url="https://t.me/IPopcornchannel") + InlineKeyboardButton("About βœ…", callback_data="About_msg"), + InlineKeyboardButton("Our Channel βœ…", url="https://t.me/IPopcornchannel") ], [ - InlineKeyboardButton("Owner", url="https://t.me/Jayesh_Rajput1"), - InlineKeyboardButton("Home", callback_data="gohome") + InlineKeyboardButton("Owner πŸ•΅οΈβ€β™‚οΈ", url="https://t.me/Jayesh_Rajput1"), + InlineKeyboardButton("Home βœ…", callback_data="gohome") ] ] ), @@ -113,12 +113,12 @@ async def button(bot, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Help", callback_data="Help_msg"), - InlineKeyboardButton("About", callback_data="About_msg") + InlineKeyboardButton("Help 😣", callback_data="Help_msg"), + InlineKeyboardButton("About βœ…", callback_data="About_msg") ], [ - InlineKeyboardButton("Support", url="https://t.me/Jayesh_Rajput1"), - InlineKeyboardButton("Channel", url="https://t.me/IPopcornchannel") + InlineKeyboardButton("Support βœ…", url="https://t.me/Jayesh_Rajput1"), + InlineKeyboardButton("Channel βœ…", url="https://t.me/IPopcornchannel") ] ] ), From 3a7197cd061bd7d685b6790dd108dcccae7e33fd Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:37:21 +0530 Subject: [PATCH 06/12] Update configs.py --- configs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs.py b/configs.py index 7eb0fab..33acc9f 100644 --- a/configs.py +++ b/configs.py @@ -15,7 +15,7 @@ class Config(object): UPDATES_CHANNEL = os.environ.get("UPDATES_CHANNEL", None) ABOUT_BOT_TEXT = """This is Mdisk Search Bot. -πŸ€– My Name: Mdisk Search Robot +πŸ€– My Name: I Popcorn Search Movie Bot πŸ“ Language : Python V3 @@ -23,7 +23,7 @@ class Config(object): πŸ“‘ Server: Heroku -πŸ‘¨β€πŸ’» Created By: Cynite +πŸ‘¨β€πŸ’» Created By: Jayesh """ ABOUT_HELP_TEXT = """πŸ‘¨β€πŸ’» Developer : Click Me @@ -34,7 +34,7 @@ class Config(object): HOME_TEXT = """ Hey! {}πŸ˜…, -I'm Mdisk Search Robot.πŸ€– +I'm I Popcorn Search Movie Bot.πŸ€– I Can Search πŸ” What You Want❗ @@ -45,7 +45,7 @@ class Config(object): START_MSG = """ Hey! {}πŸ˜…, -I'm Mdisk Search Robot.πŸ€– +I'm I Popcorn Search Movie Bot.πŸ€– I Can Search πŸ” What You Want❗ From 71dda3de7c971ec37c3d0d7782bafb86c3a18346 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:39:21 +0530 Subject: [PATCH 07/12] Update main.py --- main.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.py b/main.py index a7a9f1e..5e5a0ee 100644 --- a/main.py +++ b/main.py @@ -28,8 +28,8 @@ async def start_handler(_, event: Message): await event.reply_photo("https://telegra.ph/file/156765a70757013b61d9c.jpg", caption=Config.START_MSG.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel βœ…", url="https://t.me/IPopcornchannel"), - InlineKeyboardButton("Our Group βœ…", url="https://t.me/iPopcornGroup")], + [InlineKeyboardButton("Our Channel 🍿", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Our Group 🍿", url="https://t.me/iPopcornGroup")], [InlineKeyboardButton("Help 😣", callback_data="Help_msg"), InlineKeyboardButton("About βœ…", callback_data="About_msg")]])) @@ -38,8 +38,8 @@ async def help_handler(_, event: Message): await event.reply_text(Config.ABOUT_HELP_TEXT.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("Our Channel βœ…", url="https://t.me/IPopcornchannel"), - InlineKeyboardButton("Our Group βœ…", url="https://t.me/iPopcornGroup"), + [InlineKeyboardButton("Our Channel 🍿", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Our Group 🍿", url="https://t.me/iPopcornGroup"), InlineKeyboardButton("About βœ…", callback_data="About_msg")] ]) ) @@ -77,8 +77,8 @@ async def button(bot, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Our Channe βœ…l", url="https://t.me/IPopcornchannel"), - InlineKeyboardButton("Join Group βœ…", url="https://t.me/iPopcornGroup") + InlineKeyboardButton("Our Channe 🍿", url="https://t.me/IPopcornchannel"), + InlineKeyboardButton("Join Group 🍿", url="https://t.me/iPopcornGroup") ], [ InlineKeyboardButton("Creator πŸ•΅οΈβ€β™‚οΈ", url="https://t.me/Jayesh_Rajput1"), @@ -96,7 +96,7 @@ async def button(bot, cmd: CallbackQuery): [ [ InlineKeyboardButton("About βœ…", callback_data="About_msg"), - InlineKeyboardButton("Our Channel βœ…", url="https://t.me/IPopcornchannel") + InlineKeyboardButton("Our Channel 🍿", url="https://t.me/IPopcornchannel") ], [ InlineKeyboardButton("Owner πŸ•΅οΈβ€β™‚οΈ", url="https://t.me/Jayesh_Rajput1"), From 6937a1a7d4145faec13a25df59721dfb4a009370 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:47:06 +0530 Subject: [PATCH 08/12] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5e5a0ee..4a9fc13 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,7 @@ @Bot.on_message(filters.private & filters.command("start")) async def start_handler(_, event: Message): - await event.reply_photo("https://telegra.ph/file/156765a70757013b61d9c.jpg", + await event.reply_photo("https://telegra.ph/file/0c8a9bb6d36c3c071dbee.jpg", caption=Config.START_MSG.format(event.from_user.mention), reply_markup=InlineKeyboardMarkup([ [InlineKeyboardButton("Our Channel 🍿", url="https://t.me/IPopcornchannel"), From 159bf2c843a0e9d0648e12970bef1acd9bab5b82 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:19:39 +0530 Subject: [PATCH 09/12] Update configs.py --- configs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs.py b/configs.py index 33acc9f..9f31505 100644 --- a/configs.py +++ b/configs.py @@ -4,12 +4,12 @@ class Config(object): - API_ID = int(os.environ.get("API_ID", 12345)) - API_HASH = os.environ.get("API_HASH", "") - BOT_TOKEN = os.environ.get("BOT_TOKEN", "") + API_ID = int(os.environ.get("API_ID", β€œ11484651”)) + API_HASH = os.environ.get("API_HASH", "9d058bf3591ddba2870ea61836571eae") + BOT_TOKEN = os.environ.get("BOT_TOKEN", "5765769840:AAF3X6xQ6Hr15CR6rk4pG4Ymi2VaeVO14T0") BOT_SESSION_NAME = os.environ.get("BOT_SESSION_NAME", "MdiskSearchBot") USER_SESSION_STRING = os.environ.get("USER_SESSION_STRING", "") - CHANNEL_ID = int(os.environ.get("CHANNEL_ID", -100)) + CHANNEL_ID = int(os.environ.get("CHANNEL_ID", -1001144412978)) BOT_USERNAME = os.environ.get("BOT_USERNAME") BOT_OWNER = int(os.environ.get("BOT_OWNER")) UPDATES_CHANNEL = os.environ.get("UPDATES_CHANNEL", None) From a4a1681bf71a4c8ddd49796fbc5f91a42c8e35a2 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Wed, 7 Dec 2022 14:35:52 +0530 Subject: [PATCH 10/12] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 4a9fc13..fd23095 100644 --- a/main.py +++ b/main.py @@ -51,16 +51,16 @@ async def inline_handlers(_, event: Message): answers = f'**πŸ“‚ Results For ➠ {event.text} \n\nβ–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±\n➠ Type Only Movie Name With Correct Spelling.✍️\n➠ Add Year For Better Result.πŸ—“οΈ\nβ–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±\n\n**' async for message in User.search_messages(chat_id=Config.CHANNEL_ID, limit=50, query=event.text): if message.text: - thumb = None + thumb = yes f_text = message.text msg_text = message.text.html if "|||" in message.text: f_text = message.text.split("|||", 1)[0] msg_text = message.text.html.split("|||", 1)[0] - answers += f'**🍿 Title ➠ ' + '' + f_text.split("\n", 1)[0] + '' + '\n\nπŸ“œ About ➠ ' + '' + f_text.split("\n", 2)[-1] + ' \n\nβ–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±\nLink Will Auto Delete In 60Sec...⏰\nβ–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±\n\n**' + answers += f'**🍿 Title ➠ ' + '' + f_text.split("\n", 1)[0] + '' + '\n\nπŸ“œ About ➠ ' + '' + f_text.split("\n", 2)[-1] + ' \n\nβ–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±\nLink Will Auto Delete In 180Sec...⏰\nβ–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±β–°β–±\n\n**' try: msg = await event.reply_text(answers) - await asyncio.sleep(60) + await asyncio.sleep(180) await event.delete() await msg.delete() except: From fe03c7c3008568713bd1238bce44bc118e2188f9 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:17:41 +0530 Subject: [PATCH 11/12] Create run cmd.txt --- run cmd.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 run cmd.txt diff --git a/run cmd.txt b/run cmd.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/run cmd.txt @@ -0,0 +1 @@ + From a247bab9186ecc3ebdde5c192af6db354f3c6ba2 Mon Sep 17 00:00:00 2001 From: JayR1213 <111758139+JayR1213@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:18:38 +0530 Subject: [PATCH 12/12] Update run cmd.txt --- run cmd.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run cmd.txt b/run cmd.txt index 8b13789..ca82f18 100644 --- a/run cmd.txt +++ b/run cmd.txt @@ -1 +1 @@ - +gunicorn app:app & python3 main.py