ChaterJee 0.4.6__tar.gz → 0.4.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee/ChaterJee.py +3 -2
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee.egg-info/PKG-INFO +1 -1
- {chaterjee-0.4.6 → chaterjee-0.4.8}/PKG-INFO +1 -1
- {chaterjee-0.4.6 → chaterjee-0.4.8}/setup.py +1 -1
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee/__init__.py +0 -0
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee.egg-info/SOURCES.txt +0 -0
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee.egg-info/dependency_links.txt +0 -0
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee.egg-info/requires.txt +0 -0
- {chaterjee-0.4.6 → chaterjee-0.4.8}/ChaterJee.egg-info/top_level.txt +0 -0
- {chaterjee-0.4.6 → chaterjee-0.4.8}/README.md +0 -0
- {chaterjee-0.4.6 → chaterjee-0.4.8}/setup.cfg +0 -0
@@ -58,8 +58,8 @@ class ChatLogs:
|
|
58
58
|
#cmd_handler = CommandHandler('sh', self.commands)
|
59
59
|
#application.add_handler(cmd_handler)
|
60
60
|
|
61
|
-
cancel_handler = CommandHandler('cancel', self.cancel)
|
62
|
-
application.add_handler(cancel_handler)
|
61
|
+
#cancel_handler = CommandHandler('cancel', self.cancel)
|
62
|
+
#application.add_handler(cancel_handler)
|
63
63
|
|
64
64
|
jobs_handler = ConversationHandler(\
|
65
65
|
entry_points=[CommandHandler("jobs", self.ShowJobs),\
|
@@ -271,6 +271,7 @@ class ChatLogs:
|
|
271
271
|
),
|
272
272
|
)
|
273
273
|
self.smsID.append(msg.message_id)
|
274
|
+
return ConversationHandler.END
|
274
275
|
|
275
276
|
async def web_app_data(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None :
|
276
277
|
data = json.loads(update.effective_message.web_app_data.data)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|