From 3d4e25866ae4aa47ecf3c5208f8d82faefbe1796 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Fri, 24 Apr 2020 10:22:28 +0200 Subject: [PATCH 1/2] README: fixed Discord invite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68716e..9886c11 100644 --- a/README.md +++ b/README.md @@ -194,4 +194,4 @@ optional arguments: ## Need Help / Want to Contribute? ## Just [file an issue](https://github.com/alterNERDtive/elite-scripts/issues/new) -here or [hop into Discord](https://discord.gg/uUKFdW) if that is your thing. +here or [hop into Discord](https://discord.gg/XHNX7jN) if that is your thing. From efa20d3801d98b6b88b6c230f199d780722b7017 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Mon, 4 May 2020 20:24:59 +0200 Subject: [PATCH 2/2] =?UTF-8?q?spansh.py:=20removed=20leftover=20debug=20`?= =?UTF-8?q?print`=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spansh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spansh.py b/spansh.py index 4d697d8..69a467b 100755 --- a/spansh.py +++ b/spansh.py @@ -18,7 +18,6 @@ def querystations(url, params): json = response.json() if json["count"] == 0: raise NotFoundError() - print(json) return json # ===========================================================================