From 547ae8bddb8e6e1b6c5db53394b9ec19dc689468 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sun, 31 May 2020 17:52:32 +0530 Subject: [PATCH] fix variable name. (#35) This was causing the issue: https://t.me/pyrogramchat/193061 --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 586c5cb9d..d26e5a847 100644 --- a/app.json +++ b/app.json @@ -12,7 +12,7 @@ "website": "https://github.com/Userge", "success_url": "https://t.me/theUserge", "env": { - "APP_ID": { + "API_ID": { "description": "Get this value from https://my.telegram.org" }, "API_HASH": {