From 099af9eebbc6ee5daec92e3a4ef361a68bb2d898 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 5 Jul 2016 12:12:18 +0200 Subject: [PATCH] Update to comment out one $wsapi_version variable Update to comment out one $wsapi_version variable in the my_vars.rb file so it is more obvious that it can be changed here. --- my_vars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_vars.rb b/my_vars.rb index 69026c0..c49bf6a 100755 --- a/my_vars.rb +++ b/my_vars.rb @@ -4,7 +4,7 @@ #API Version $wsapi_version = '1.43' -$wsapi_version = 'v2.0' +#$wsapi_version = 'v2.0' # User-configurable settings: #============================