Skip to content

Commit

Permalink
fix im
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Jun 25, 2022
1 parent 40252f8 commit ca48e35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uploadgram/uploadgram.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ def __init__(self):
name="UploadGram",
api_id=int(get_config("UG_TG_APP_ID")),
api_hash=get_config("UG_TG_API_HASH"),
in_memory=True,
parse_mode=ParseMode.HTML,
sleep_threshold=10,
sleep_threshold=int(get_config("UG_TG_ST", 10)),
no_updates=True
)

Expand Down

0 comments on commit ca48e35

Please sign in to comment.