Skip to content

Commit

Permalink
fix for input
Browse files Browse the repository at this point in the history
  • Loading branch information
CICS-Oleg committed Jan 22, 2024
1 parent 9a58b03 commit 41a426e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/sandbox/das_gate/dasgate.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def add(self, atom):



# def create_new_space(host='104.238.183.115', port='8081'):
def create_new_space(host, port):
return [G(SpaceRef(DASpace(remote=True, host=host.__repr__(), port=port.__repr__())))]

Expand Down
2 changes: 1 addition & 1 deletion python/sandbox/das_gate/test_das.metta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!(extend-py! dasgate)

;!(bind! &das (new-das))
!(bind! &das (new-remote-das 104.238.183.115 8081))
!(bind! &das (new-remote-das (Error "Put your IP here" ()) 8081))

!(add-atom &das (Test (Test 2)))
!(add-atom &das (Best (Test 2)))
Expand Down

0 comments on commit 41a426e

Please sign in to comment.