Spaces:
Running
Running
Francesco Capuano
commited on
Commit
·
dd7a182
1
Parent(s):
78df986
fix: add print?
Browse files- app.py +0 -1
- lerobot/scripts/server/policy_server.py +2 -0
app.py
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
print("Hello world!")
|
|
|
|
lerobot/scripts/server/policy_server.py
CHANGED
@@ -343,6 +343,8 @@ def serve():
|
|
343 |
server.add_insecure_port(f"[::]:{PORT}")
|
344 |
server.start()
|
345 |
logger.info(f"PolicyServer started on port {PORT}")
|
|
|
|
|
346 |
|
347 |
try:
|
348 |
# Use the running attribute to control server lifetime
|
|
|
343 |
server.add_insecure_port(f"[::]:{PORT}")
|
344 |
server.start()
|
345 |
logger.info(f"PolicyServer started on port {PORT}")
|
346 |
+
|
347 |
+
print(f"PolicyServer started on port {PORT}")
|
348 |
|
349 |
try:
|
350 |
# Use the running attribute to control server lifetime
|