mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
remove print
This commit is contained in:
parent
1e8b9f923d
commit
0be079fd45
@ -503,7 +503,7 @@ def launch_counter():
|
|||||||
with open(JSON_PATH, "w") as j:
|
with open(JSON_PATH, "w") as j:
|
||||||
j.write(json.dumps(launches))
|
j.write(json.dumps(launches))
|
||||||
except:
|
except:
|
||||||
print("Not tracking launches.")
|
pass
|
||||||
|
|
||||||
|
|
||||||
def reset_all():
|
def reset_all():
|
||||||
|
Loading…
Reference in New Issue
Block a user