From cf84516b4c577a36643cf507e371cc9ad9af607b Mon Sep 17 00:00:00 2001 From: houndlord <45179481+houndlord@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:05:16 +0200 Subject: [PATCH] Update app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 37e37c2..d3e330b 100644 --- a/app.py +++ b/app.py @@ -5,6 +5,7 @@ MessageHandler, CallbackQueryHandler, ) +import time from src.custom_filters import filter_bot_added from src import actions import logging @@ -86,4 +87,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()