We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9639b8 commit dc9c378Copy full SHA for dc9c378
FeishuBitableAPI.py
@@ -44,7 +44,7 @@ def __init__(self):
44
pass
45
46
# 调用 ping 函数进行验证
47
- def ping():
+ def ping(self):
48
print("pong")
49
return "pong"
50
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='FeishuBitableAPI',
5
- version='3.1.3',
+ version='3.1.4',
6
packages=find_packages(),
7
#py_modules=[],
8
url='https://github.com/BlueSkyXN/Feishu-Bitable-Python-API',
0 commit comments