mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-15 09:42:22 +00:00
New shelf location and better shelf tests
This commit is contained in:
@@ -88,8 +88,9 @@ def main():
|
||||
args.port))
|
||||
http_server.serve_forever()
|
||||
except KeyboardInterrupt:
|
||||
http_server.stop()
|
||||
print('Bye!')
|
||||
http_server.stop()
|
||||
sp.deactivate_all()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Reference in New Issue
Block a user