diff --git a/._Test.py b/._Test.py deleted file mode 100755 index d852a4f..0000000 Binary files a/._Test.py and /dev/null differ diff --git a/._requirement.txt b/._requirement.txt deleted file mode 100755 index e663ac3..0000000 Binary files a/._requirement.txt and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e99e36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc \ No newline at end of file diff --git a/.gmclcore/env/aria2c64.exe b/.gmclcore/env/aria2c64.exe deleted file mode 100755 index 18b2b7b..0000000 Binary files a/.gmclcore/env/aria2c64.exe and /dev/null differ diff --git a/.gmclcore/env/aria2cdarwin b/.gmclcore/env/aria2cdarwin deleted file mode 100755 index a1e1a4b..0000000 Binary files a/.gmclcore/env/aria2cdarwin and /dev/null differ diff --git a/.gmclcore/logs/2022-02-04.zip b/.gmclcore/logs/2022-02-04.zip deleted file mode 100755 index 15cb0ec..0000000 Binary files a/.gmclcore/logs/2022-02-04.zip and /dev/null differ diff --git a/.gmclcore/logs/2022-02-05.logs b/.gmclcore/logs/2022-02-05.logs deleted file mode 100755 index c12cf83..0000000 --- a/.gmclcore/logs/2022-02-05.logs +++ /dev/null @@ -1,53 +0,0 @@ -[2022-02-05 22:40:51] [INFO] Initing running env... -[2022-02-05 22:40:51] [INFO] Archiving logs. -[2022-02-05 22:41:22] [INFO] Initing running env... -[2022-02-05 22:41:22] [INFO] Archiving logs. -[2022-02-05 22:41:34] [INFO] Initing running env... -[2022-02-05 22:41:34] [INFO] Archiving logs. -[2022-02-05 22:42:40] [INFO] Initing running env... -[2022-02-05 22:42:40] [INFO] Archiving logs. -[2022-02-05 22:42:59] [INFO] Initing running env... -[2022-02-05 22:42:59] [INFO] Archiving logs. -[2022-02-05 22:44:35] [INFO] Initing running env... -[2022-02-05 22:44:35] [INFO] Creating daemon thread... -[2022-02-05 22:46:59] [INFO] Initing running env... -[2022-02-05 22:46:59] [INFO] Creating daemon thread... -[2022-02-05 22:47:17] [INFO] Initing running env... -[2022-02-05 22:47:17] [INFO] Creating daemon thread... -[2022-02-05 22:47:48] [INFO] Initing running env... -[2022-02-05 22:47:48] [INFO] Creating daemon thread... -[2022-02-05 22:47:58] [INFO] Initing running env... -[2022-02-05 22:47:58] [INFO] Creating daemon thread... -[2022-02-05 22:48:36] [INFO] Initing running env... -[2022-02-05 22:48:36] [INFO] Creating daemon thread... -[2022-02-05 22:49:11] [INFO] Initing running env... -[2022-02-05 22:49:11] [INFO] Creating daemon thread... -[2022-02-05 22:50:17] [INFO] Initing running env... -[2022-02-05 22:50:17] [INFO] Creating daemon thread... -[2022-02-05 22:50:31] [INFO] Initing running env... -[2022-02-05 22:50:31] [INFO] Creating daemon thread... -[2022-02-05 22:55:18] [INFO] Initing running env... -[2022-02-05 22:55:18] [INFO] Creating daemon thread... -[2022-02-05 23:03:44] [INFO] Initing running env... -[2022-02-05 23:03:46] [INFO] Creating daemon thread... -[2022-02-05 23:04:35] [INFO] Initing running env... -[2022-02-05 23:04:35] [INFO] Creating daemon thread... -[2022-02-05 23:04:39] [INFO] Initing running env... -[2022-02-05 23:04:39] [INFO] Creating daemon thread... -[2022-02-05 23:04:52] [INFO] Initing running env... -[2022-02-05 23:05:13] [INFO] Initing running env... -[2022-02-05 23:05:13] [INFO] Creating daemon thread... -[2022-02-05 23:05:23] [INFO] Initing running env... -[2022-02-05 23:05:23] [INFO] Creating daemon thread... -[2022-02-05 23:08:12] [INFO] Initing running env... -[2022-02-05 23:08:12] [INFO] Creating daemon thread... -[2022-02-05 23:08:20] [INFO] Initing running env... -[2022-02-05 23:08:20] [INFO] Creating daemon thread... -[2022-02-05 23:09:55] [INFO] Initing running env... -[2022-02-05 23:09:55] [INFO] Creating daemon thread... -[2022-02-05 23:10:30] [INFO] Initing running env... -[2022-02-05 23:10:30] [INFO] Creating daemon thread... -[2022-02-05 23:11:14] [INFO] Initing running env... -[2022-02-05 23:11:14] [INFO] Creating daemon thread... -[2022-02-05 23:17:36] [INFO] Initing running env... -[2022-02-05 23:17:36] [INFO] Creating daemon thread... diff --git a/GMCLCore/__init__.py b/GMCLCore/__init__.py index 0bafdf4..07b617d 100755 --- a/GMCLCore/__init__.py +++ b/GMCLCore/__init__.py @@ -16,7 +16,7 @@ import os, platform import urllib.request -def networkTest(source = r"https://www.baidu.com", retry = 3): +def networkTest(source = r"http://www.baidu.com", retry = 3): flag = False for i in range(retry): try: diff --git a/GMCLCore/__pycache__/__init__.cpython-37.pyc b/GMCLCore/__pycache__/__init__.cpython-37.pyc deleted file mode 100755 index 0cce916..0000000 Binary files a/GMCLCore/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/__init__.cpython-38.pyc b/GMCLCore/__pycache__/__init__.cpython-38.pyc deleted file mode 100755 index c2039b4..0000000 Binary files a/GMCLCore/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/config.cpython-37.pyc b/GMCLCore/__pycache__/config.cpython-37.pyc deleted file mode 100755 index 7e96f89..0000000 Binary files a/GMCLCore/__pycache__/config.cpython-37.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/config.cpython-38.pyc b/GMCLCore/__pycache__/config.cpython-38.pyc deleted file mode 100755 index 2906c84..0000000 Binary files a/GMCLCore/__pycache__/config.cpython-38.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/gaming.cpython-37.pyc b/GMCLCore/__pycache__/gaming.cpython-37.pyc deleted file mode 100755 index 52b9eb4..0000000 Binary files a/GMCLCore/__pycache__/gaming.cpython-37.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/log4py.cpython-37.pyc b/GMCLCore/__pycache__/log4py.cpython-37.pyc deleted file mode 100755 index 2c5d293..0000000 Binary files a/GMCLCore/__pycache__/log4py.cpython-37.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/log4py.cpython-38.pyc b/GMCLCore/__pycache__/log4py.cpython-38.pyc deleted file mode 100755 index 8339a7a..0000000 Binary files a/GMCLCore/__pycache__/log4py.cpython-38.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/main.cpython-37.pyc b/GMCLCore/__pycache__/main.cpython-37.pyc deleted file mode 100755 index 193ef84..0000000 Binary files a/GMCLCore/__pycache__/main.cpython-37.pyc and /dev/null differ diff --git a/GMCLCore/__pycache__/main.cpython-38.pyc b/GMCLCore/__pycache__/main.cpython-38.pyc deleted file mode 100755 index 5625104..0000000 Binary files a/GMCLCore/__pycache__/main.cpython-38.pyc and /dev/null differ diff --git a/GMCLCore/libs/._log4py.py b/GMCLCore/libs/._log4py.py deleted file mode 100755 index ef75e1b..0000000 Binary files a/GMCLCore/libs/._log4py.py and /dev/null differ diff --git a/GMCLCore/libs/__pycache__/ariaAdapter.cpython-38.pyc b/GMCLCore/libs/__pycache__/ariaAdapter.cpython-38.pyc deleted file mode 100755 index e70f72e..0000000 Binary files a/GMCLCore/libs/__pycache__/ariaAdapter.cpython-38.pyc and /dev/null differ diff --git a/GMCLCore/libs/__pycache__/log4py.cpython-38.pyc b/GMCLCore/libs/__pycache__/log4py.cpython-38.pyc deleted file mode 100755 index 4b30949..0000000 Binary files a/GMCLCore/libs/__pycache__/log4py.cpython-38.pyc and /dev/null differ