Skip to content

Commit

Permalink
hotfix os import
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Mar 4, 2024
1 parent 5b1802c commit ce061a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/tasks/lark/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ def create_issue(
# 这里连三个表查询,所以一次性都查出来
code_users = get_code_users_by_openid([openid] + users)

import tasks

if openid not in code_users:
host = os.environ.get("DOMAIN")

import tasks

return tasks.send_manage_fail_message(
f"[请点击绑定 GitHub 账号后重试]({host}/api/github/oauth)",
app_id,
Expand Down Expand Up @@ -455,11 +455,11 @@ def sync_issue(
# 这里连三个表查询,所以一次性都查出来
code_users = get_code_users_by_openid([openid])

import tasks

if openid not in code_users:
host = os.environ.get("DOMAIN")

import tasks

return tasks.send_manage_fail_message(
f"[请点击绑定 GitHub 账号后重试]({host}/api/github/oauth)",
app_id,
Expand Down

0 comments on commit ce061a2

Please sign in to comment.