Skip to content

Commit efe43bd

Browse files
authored
开始打包
开始打包 Signed-off-by: ws xyt <102407247+WSXYT@users.noreply.github.com>
1 parent 0bc1af6 commit efe43bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def before_send(event, hint):
6868

6969
shared_memory, is_first_instance = check_single_instance()
7070

71+
# 防止原来的进程没完全结束
72+
time.sleep(0.5)
73+
7174
if not is_first_instance:
7275
if len(sys.argv) > 1 and any(
7376
arg.startswith("secrandom://") for arg in sys.argv

0 commit comments

Comments
 (0)