Skip to content

Commit

Permalink
Enhance Epic Online Services (EOS) Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Nov 15, 2023
1 parent 6c369da commit 50ca137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opengsq/protocols/eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def get_info(self) -> dict:
{
"key": "attributes.ADDRESSBOUND_s",
"op": "CONTAINS",
"value": self._port
"value": f':{self._port}'
},
]
})
Expand Down
2 changes: 1 addition & 1 deletion opengsq/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.0'
__version__ = '2.2.1'

0 comments on commit 50ca137

Please sign in to comment.