Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,6 @@ def apirequests():
|
|
| 17 |
data = full_query[1:]
|
| 18 |
#ends here and saves in data
|
| 19 |
id, servo = data.split(',')
|
| 20 |
-
return id + "adn " + servo
|
| 21 |
if __name__ == '__main__':
|
| 22 |
app.run(host='0.0.0.0', port=5000, debug=False)
|
|
|
|
| 17 |
data = full_query[1:]
|
| 18 |
#ends here and saves in data
|
| 19 |
id, servo = data.split(',')
|
| 20 |
+
return id + " adn " + servo
|
| 21 |
if __name__ == '__main__':
|
| 22 |
app.run(host='0.0.0.0', port=5000, debug=False)
|