gpcervellera commited on
Commit
6718de1
·
verified ·
1 Parent(s): 7711821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def hello_world():
27
  def telemetry():
28
  json_data = request.json
29
  data=json_data
30
-
31
  pic={}
32
  pic['testo_prima_domanda']='hh'
33
  pic['risultato']='hh'
 
27
  def telemetry():
28
  json_data = request.json
29
  data=json_data
30
+ print(data)
31
  pic={}
32
  pic['testo_prima_domanda']='hh'
33
  pic['risultato']='hh'