Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chase535 authored Sep 14, 2022
1 parent c8df139 commit 52facc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeChatPush/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import sys
import signal
from datetime import datetime


Expand All @@ -14,6 +13,7 @@ def prt(mes):
prt('程序仅支持Python3.4及以上版本运行,程序强制停止运行')
os._exit(0)

import signal
import requests
import importlib
import traceback
Expand Down

0 comments on commit 52facc6

Please sign in to comment.