Skip to content

Commit

Permalink
Fix #354, changed GAIA port (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-carboni authored Jul 16, 2024
1 parent e60a287 commit 374921d
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 374921d

Please sign in to comment.