Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoh77 committed Feb 16, 2024
1 parent cb48385 commit f0f45c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions shinogramma.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,15 +640,15 @@ def startWithoutPersistence():
)
return application

def notifyServerStart():
SERVER = WebhookServer(
telegramApiKey=REQ_TELEGRAM_API_KEY["data"],
baseUrl=REQ_SHINOBI_BASE_URL["data"],
port=REQ_SHINOBI_PORT["data"],
shinobiApiKey=REQ_SHINOBI_API_KEY["data"],
groupKey=REQ_SHINOBI_GROUP_KEY["data"],
)
SERVER.start()
# def notifyServerStart():
# SERVER = WebhookServer(
# telegramApiKey=REQ_TELEGRAM_API_KEY["data"],
# baseUrl=REQ_SHINOBI_BASE_URL["data"],
# port=REQ_SHINOBI_PORT["data"],
# shinobiApiKey=REQ_SHINOBI_API_KEY["data"],
# groupKey=REQ_SHINOBI_GROUP_KEY["data"],
# )
# SERVER.start()

if __name__ == "__main__":
if not buildSettings(data=settings.iniRead()):
Expand Down

0 comments on commit f0f45c4

Please sign in to comment.