Skip to content

Commit 3caf247

Browse files
authored
Merge pull request #154 from WSXYT/master
1
2 parents 6e96d58 + 232d196 commit 3caf247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
logger.remove()
4040
configure_logging()
4141

42-
# 仅在开发环境(版本号不包含 0.0.0)下初始化 Sentry
42+
# 仅在非开发环境(版本号不包含 0.0.0)下初始化 Sentry
4343
if "0.0.0" not in VERSION:
4444

4545
def before_send(event, hint):

0 commit comments

Comments
 (0)