Spaces:
Sleeping
Sleeping
quickfix
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ render_log_window()
|
|
| 20 |
|
| 21 |
user_id = get_user_id()
|
| 22 |
user, passwd, host, endpoint, port = get_credentials(False)
|
| 23 |
-
|
| 24 |
# refresh_once()
|
| 25 |
|
| 26 |
st.markdown("## Commands")
|
|
|
|
| 20 |
|
| 21 |
user_id = get_user_id()
|
| 22 |
user, passwd, host, endpoint, port = get_credentials(False)
|
| 23 |
+
client = CobotController(user, passwd, host, port, endpoint, user_id)
|
| 24 |
# refresh_once()
|
| 25 |
|
| 26 |
st.markdown("## Commands")
|