Me too. This is from that link Shaun posted :
import anvil.server
import socket
host=socket.gethostname().replace("-","_")
...
@anvil.server.callable("remote_" + host)
...etc...
(edit note this is for Linux)
Me too. This is from that link Shaun posted :
import anvil.server
import socket
host=socket.gethostname().replace("-","_")
...
@anvil.server.callable("remote_" + host)
...etc...
(edit note this is for Linux)