Fix typo in atserver.py

Fix typo on line 374
This commit is contained in:
Laptop 2022-09-20 20:06:12 +03:00 committed by GitHub
parent a8e434b0bd
commit 3e5a3855c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -371,7 +371,7 @@ class AternosServer:
"""Check if server software is Bedrock Edition """Check if server software is Bedrock Edition
Returns: Returns:
Is it Minefcraft BE Is it Minecraft BE
""" """
return bool(self._info['bedrock']) return bool(self._info['bedrock'])