Skip to content

Commit

Permalink
Fix #354, changed GAIA port
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-carboni committed Jul 15, 2024
1 parent e60a287 commit b25c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/gaia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# is the tuple that defines the optional sending node that exposes the
# subscribe and unsubscribe methods, while kwargs is a dict of optional
# extra arguments.
servers = [(('0.0.0.0', 12600), (), ThreadingUDPServer, {})]
servers = [(('0.0.0.0', 12400), (), ThreadingUDPServer, {})]


class System(ListeningSystem):
Expand Down

0 comments on commit b25c2a0

Please sign in to comment.