Spaces:
Sleeping
Sleeping
Commit
·
1650e5f
1
Parent(s):
9f3f0c2
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ def get_device_ip_address():
|
|
| 37 |
return result
|
| 38 |
else:
|
| 39 |
result = os.name + " not supported yet."
|
| 40 |
-
return
|
| 41 |
-
|
| 42 |
|
| 43 |
|
| 44 |
"""
|
|
|
|
| 37 |
return result
|
| 38 |
else:
|
| 39 |
result = os.name + " not supported yet."
|
| 40 |
+
return result
|
| 41 |
+
|
| 42 |
|
| 43 |
|
| 44 |
"""
|