Merge branch 'develop'

This commit is contained in:
alterNERDtive 2020-06-18 23:31:25 +02:00
commit c9101ae669
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 0.4.1 (2020-06-18)
* removed accidentally left over debug print code from `spansh.py`
# 0.4 (2020-03-09)
Kind of a big one. Obviously because in addition to EDSM, I can now do some

View file

@ -18,7 +18,6 @@ def querystations(url, params):
json = response.json()
if json["count"] == 0:
raise NotFoundError()
print(json)
return json
# ===========================================================================