Skip to content

Commit f7e90b9

Browse files
Resolve All-Seeing Eye Protocol issue
1 parent 82bcf9d commit f7e90b9

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

docs/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
Welcome to OpenGSQ Python's documentation!
77
==========================================
88

9+
.. image:: https://github.com/opengsq/opengsq-python/actions/workflows/python-package.yml/badge.svg
10+
:target: https://github.com/opengsq/opengsq-python/actions/workflows/python-package.yml
11+
.. image:: https://img.shields.io/github/license/opengsq/opengsq-python
12+
:target: https://github.com/opengsq/opengsq-python/blob/main/LICENSE
13+
.. image:: https://img.shields.io/pypi/v/opengsq.svg
14+
:target: https://pypi.org/project/opengsq/
15+
.. image:: https://img.shields.io/pypi/pyversions/opengsq.svg
16+
:target: https://pypi.org/project/opengsq/
17+
.. image:: https://pepy.tech/badge/opengsq
18+
:target: https://pepy.tech/project/opengsq
19+
20+
The OpenGSQ Python library provides a convenient way to query servers
21+
from applications written in the Python language.
22+
923
.. toctree::
1024
:maxdepth: 4
1125
:caption: Get Started

opengsq/protocols/ase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __parse_players(self, br: BinaryReader) -> list[Player]:
9494

9595
players.append(Player(**player))
9696

97-
return player
97+
return players
9898

9999

100100
if __name__ == "__main__":

opengsq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.5'
1+
__version__ = '3.0.6'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
project_urls={
3333
'Bug Tracker': 'https://github.com/opengsq/opengsq-python/issues',
3434
'Source Code': 'https://github.com/opengsq/opengsq-python',
35+
'Documentation': 'https://python.opengsq.com/',
3536
},
3637
license='MIT',
3738
author='OpenGSQ',

0 commit comments

Comments
 (0)