From 7e77d8598815ec2dec891e8a6e4f4cae121f8332 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 29 Aug 2021 13:35:28 +0300 Subject: [PATCH] remove unused fields --- config.json.example | 2 -- src/vk0nline.cr | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.json.example b/config.json.example index b0c7a67..80c0beb 100644 --- a/config.json.example +++ b/config.json.example @@ -1,7 +1,5 @@ { "appID": 6954184, "userIds": 69040735, - "secureKey": null, - "serviceKey": null, "accessToken": null } diff --git a/src/vk0nline.cr b/src/vk0nline.cr index 6e6b1e7..521cd26 100644 --- a/src/vk0nline.cr +++ b/src/vk0nline.cr @@ -46,7 +46,7 @@ else # execute if an exception is raised end - begin # Missing hash key + begin # Status set if status["response"] == 1 puts "Complete!" end