From d9bdd55dc877fe43bc06607a142fd6c7065d2d23 Mon Sep 17 00:00:00 2001 From: Faker Date: Wed, 22 Jun 2022 12:02:46 +0800 Subject: [PATCH] Revert "Create jlhb.py" This reverts commit 9464fe85406f6ee85fc0e5453c08d86084fbcc7e. --- jlhb.py | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 jlhb.py diff --git a/jlhb.py b/jlhb.py deleted file mode 100644 index 5066ac7..0000000 --- a/jlhb.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -* -''' -项目名称: JD-Script / jlhb -活动名称: 锦鲤红包-助力 -Author: SheYu09 -cron: 0 0 * * * jlhb.py -new Env('京东 -*- 锦鲤红包') -''' -import os -if os.path.exists('jd_jlhb.py'): - os.system('rm -rf jd_jlhb.so') -try: - from jd_jlhb import * -except: - try: - os.system('mv jd_jlhb.py jd_jlhb.so') - from jd_jlhb import * - except: - print('未知错误...') - exit() - -if __name__ == '__main__': - start() \ No newline at end of file