remove print

This commit is contained in:
Ali Abid 2020-12-23 13:42:07 -08:00
parent 1e8b9f923d
commit 0be079fd45

View File

@ -503,7 +503,7 @@ def launch_counter():
with open(JSON_PATH, "w") as j:
j.write(json.dumps(launches))
except:
print("Not tracking launches.")
pass
def reset_all():