Fix get friends

This commit is contained in:
Changhua 2023-03-09 20:03:53 +08:00
parent 0e0ae92afd
commit 14e683b25e

View File

@ -19,7 +19,7 @@ WCF_ROOT = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, WCF_ROOT)
import wcf_pb2 # noqa
__version__ = "3.7.0.30.19.1"
__version__ = "3.7.0.30.19.2"
def _retry():