mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
analytics url fix
This commit is contained in:
parent
7f433f1371
commit
08a9b10359
@ -622,7 +622,7 @@ class Interface:
|
||||
self.local_url)
|
||||
if self.analytics_enabled:
|
||||
if not analytics_integration:
|
||||
data = {'Integration': analytics_integration}
|
||||
data = {'integration': analytics_integration}
|
||||
try:
|
||||
requests.post(analytics_url +
|
||||
'gradio-integration-analytics/',
|
||||
|
Loading…
Reference in New Issue
Block a user