We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对 Bug 的描述
环境
复现代码或 repo 链接
import psycopg2 # pip install psycopg2-binary import werobot from werobot.session.postgresqlstorage import PostgreSQLStorage conn = psycopg2.connect(host=pgHost, dbname=pgDB, user=pgUser, password=pgPassword) conn.autocommit = True session_storage = PostgreSQLStorage(conn) myrobot = werobot.WeRoBot(token="xxxx", enable_session=True, session_storage=session_storage)
复现步骤
其他信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对 Bug 的描述
环境
复现代码或 repo 链接
复现步骤
其他信息
The text was updated successfully, but these errors were encountered: