Skip to content

Commit

Permalink
needs to use ns
Browse files Browse the repository at this point in the history
  • Loading branch information
scientist1642 committed Dec 18, 2015
1 parent 05c545b commit 6e5c749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fcf/pyro_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
#instantiate game engine and run pyro daemon
game = Engine(N, M)
game.run()
#pyrodaemon = Pyro4.Daemon(host='172.17.174.117')
Pyro4.Daemon.serveSimple(
{
game: "server.game"
},
#daemon = pyrodaemon,
ns = False)

0 comments on commit 6e5c749

Please sign in to comment.