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 7ed8b68 commit 8f3fa8aCopy full SHA for 8f3fa8a
settings.py
@@ -78,7 +78,6 @@ async def update(self, key, value) -> None:
78
async def updates(self, options) -> None:
79
with open('data/.env', 'w', encoding='utf-8') as f:
80
for i, key, value in options:
81
- print(i, key, value)
82
# 更新env文件
83
f.write(f"{key}={value}\n")
84
# 更新配置
0 commit comments