Compare commits

...

17 Commits

Author SHA1 Message Date
19b9c41473 更新 main.py 2023-09-04 14:35:38 +08:00
af6a638a0b Update main.py 2023-09-04 14:25:41 +08:00
fe03bf15df 删除 test.py 2023-09-01 17:54:02 +08:00
2b6092e1e6 删除 main.spec 2023-09-01 17:53:26 +08:00
060fa7eb5e 删除不需要的文件
删除build,文件夹
2023-09-01 17:50:52 +08:00
48322f6e49 更新 monitor.py 2023-09-01 17:49:12 +08:00
dfc372ab0d 创建 read_config.cpython-311.pyc 2023-09-01 17:00:24 +08:00
edc6c91283 创建 fileRW.cpython-311.pyc 2023-09-01 17:00:21 +08:00
768f02b85f 创建 device.cpython-311.pyc 2023-09-01 17:00:18 +08:00
b0e705411b 创建 command.cpython-311.pyc 2023-09-01 17:00:16 +08:00
2f1018a955 创建 __init__.cpython-311.pyc 2023-09-01 17:00:13 +08:00
a7212238ca 更新 record.txt 2023-09-01 17:00:11 +08:00
acc349a459 创建 monitor.cpython-311.pyc 2023-09-01 17:00:07 +08:00
f8aece1da9 更新 monitor.iml 2023-09-01 17:00:03 +08:00
81392ba2b7 更新 misc.xml 2023-09-01 17:00:00 +08:00
ff3e9a7aae 更新 monitor.py 2023-09-01 16:59:56 +08:00
e2f0186d07 更新 config.ini 2023-09-01 16:59:49 +08:00
28 changed files with 112 additions and 28705 deletions

2
.idea/misc.xml generated
View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (adbMonitor)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (adbMonitor)" project-jdk-type="Python SDK" />
</project>

2
.idea/monitor.iml generated
View File

@@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.9 (adbMonitor)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.11 (adbMonitor)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,994 +0,0 @@
('C:\\Users\\wangh\\Desktop\\code\\monitor\\build\\main\\PYZ-00.pyz',
[('__future__',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\__future__.py',
'PYMODULE'),
('_aix_support',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_aix_support.py',
'PYMODULE'),
('_bootsubprocess',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_bootsubprocess.py',
'PYMODULE'),
('_compat_pickle',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py',
'PYMODULE'),
('_compression',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compression.py',
'PYMODULE'),
('_py_abc',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py',
'PYMODULE'),
('_pydecimal',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_pydecimal.py',
'PYMODULE'),
('_strptime',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_strptime.py',
'PYMODULE'),
('_threading_local',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py',
'PYMODULE'),
('apscheduler',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\__init__.py',
'PYMODULE'),
('apscheduler.events',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\events.py',
'PYMODULE'),
('apscheduler.executors',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\__init__.py',
'PYMODULE'),
('apscheduler.executors.asyncio',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\asyncio.py',
'PYMODULE'),
('apscheduler.executors.base',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\base.py',
'PYMODULE'),
('apscheduler.executors.base_py3',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\base_py3.py',
'PYMODULE'),
('apscheduler.executors.debug',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\debug.py',
'PYMODULE'),
('apscheduler.executors.gevent',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\gevent.py',
'PYMODULE'),
('apscheduler.executors.pool',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\pool.py',
'PYMODULE'),
('apscheduler.executors.tornado',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\tornado.py',
'PYMODULE'),
('apscheduler.executors.twisted',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\executors\\twisted.py',
'PYMODULE'),
('apscheduler.job',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\job.py',
'PYMODULE'),
('apscheduler.jobstores',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\__init__.py',
'PYMODULE'),
('apscheduler.jobstores.base',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\base.py',
'PYMODULE'),
('apscheduler.jobstores.memory',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\memory.py',
'PYMODULE'),
('apscheduler.jobstores.mongodb',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\mongodb.py',
'PYMODULE'),
('apscheduler.jobstores.redis',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\redis.py',
'PYMODULE'),
('apscheduler.jobstores.rethinkdb',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\rethinkdb.py',
'PYMODULE'),
('apscheduler.jobstores.sqlalchemy',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\sqlalchemy.py',
'PYMODULE'),
('apscheduler.jobstores.zookeeper',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\jobstores\\zookeeper.py',
'PYMODULE'),
('apscheduler.schedulers',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\__init__.py',
'PYMODULE'),
('apscheduler.schedulers.asyncio',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\asyncio.py',
'PYMODULE'),
('apscheduler.schedulers.background',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\background.py',
'PYMODULE'),
('apscheduler.schedulers.base',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\base.py',
'PYMODULE'),
('apscheduler.schedulers.blocking',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\blocking.py',
'PYMODULE'),
('apscheduler.schedulers.gevent',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\gevent.py',
'PYMODULE'),
('apscheduler.schedulers.qt',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\qt.py',
'PYMODULE'),
('apscheduler.schedulers.tornado',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\tornado.py',
'PYMODULE'),
('apscheduler.schedulers.twisted',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\schedulers\\twisted.py',
'PYMODULE'),
('apscheduler.triggers',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\__init__.py',
'PYMODULE'),
('apscheduler.triggers.base',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\base.py',
'PYMODULE'),
('apscheduler.triggers.combining',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\combining.py',
'PYMODULE'),
('apscheduler.triggers.cron',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\cron\\__init__.py',
'PYMODULE'),
('apscheduler.triggers.cron.expressions',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\cron\\expressions.py',
'PYMODULE'),
('apscheduler.triggers.cron.fields',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\cron\\fields.py',
'PYMODULE'),
('apscheduler.triggers.date',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\date.py',
'PYMODULE'),
('apscheduler.triggers.interval',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\triggers\\interval.py',
'PYMODULE'),
('apscheduler.util',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\apscheduler\\util.py',
'PYMODULE'),
('argparse',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\argparse.py',
'PYMODULE'),
('ast',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ast.py',
'PYMODULE'),
('asyncio',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\__init__.py',
'PYMODULE'),
('asyncio.base_events',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_events.py',
'PYMODULE'),
('asyncio.base_futures',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_futures.py',
'PYMODULE'),
('asyncio.base_subprocess',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_subprocess.py',
'PYMODULE'),
('asyncio.base_tasks',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\base_tasks.py',
'PYMODULE'),
('asyncio.constants',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\constants.py',
'PYMODULE'),
('asyncio.coroutines',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\coroutines.py',
'PYMODULE'),
('asyncio.events',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\events.py',
'PYMODULE'),
('asyncio.exceptions',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\exceptions.py',
'PYMODULE'),
('asyncio.format_helpers',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\format_helpers.py',
'PYMODULE'),
('asyncio.futures',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\futures.py',
'PYMODULE'),
('asyncio.locks',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\locks.py',
'PYMODULE'),
('asyncio.log',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\log.py',
'PYMODULE'),
('asyncio.proactor_events',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\proactor_events.py',
'PYMODULE'),
('asyncio.protocols',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\protocols.py',
'PYMODULE'),
('asyncio.queues',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\queues.py',
'PYMODULE'),
('asyncio.runners',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\runners.py',
'PYMODULE'),
('asyncio.selector_events',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\selector_events.py',
'PYMODULE'),
('asyncio.sslproto',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\sslproto.py',
'PYMODULE'),
('asyncio.staggered',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\staggered.py',
'PYMODULE'),
('asyncio.streams',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\streams.py',
'PYMODULE'),
('asyncio.subprocess',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\subprocess.py',
'PYMODULE'),
('asyncio.tasks',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\tasks.py',
'PYMODULE'),
('asyncio.threads',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\threads.py',
'PYMODULE'),
('asyncio.transports',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\transports.py',
'PYMODULE'),
('asyncio.trsock',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\trsock.py',
'PYMODULE'),
('asyncio.unix_events',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\unix_events.py',
'PYMODULE'),
('asyncio.windows_events',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\windows_events.py',
'PYMODULE'),
('asyncio.windows_utils',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\asyncio\\windows_utils.py',
'PYMODULE'),
('base64',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\base64.py',
'PYMODULE'),
('bdb',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bdb.py',
'PYMODULE'),
('bisect',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bisect.py',
'PYMODULE'),
('bz2',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bz2.py',
'PYMODULE'),
('calendar',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\calendar.py',
'PYMODULE'),
('cmd',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\cmd.py',
'PYMODULE'),
('code',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\code.py',
'PYMODULE'),
('codeop',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\codeop.py',
'PYMODULE'),
('concurrent',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\concurrent\\__init__.py',
'PYMODULE'),
('concurrent.futures',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\concurrent\\futures\\__init__.py',
'PYMODULE'),
('concurrent.futures._base',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\concurrent\\futures\\_base.py',
'PYMODULE'),
('concurrent.futures.process',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\concurrent\\futures\\process.py',
'PYMODULE'),
('concurrent.futures.thread',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\concurrent\\futures\\thread.py',
'PYMODULE'),
('configparser',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\configparser.py',
'PYMODULE'),
('contextlib',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextlib.py',
'PYMODULE'),
('contextvars',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextvars.py',
'PYMODULE'),
('copy',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\copy.py',
'PYMODULE'),
('csv',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\csv.py',
'PYMODULE'),
('ctypes',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ctypes\\__init__.py',
'PYMODULE'),
('ctypes._endian',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ctypes\\_endian.py',
'PYMODULE'),
('datetime',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\datetime.py',
'PYMODULE'),
('decimal',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\decimal.py',
'PYMODULE'),
('difflib',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\difflib.py',
'PYMODULE'),
('dis',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\dis.py',
'PYMODULE'),
('doctest',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\doctest.py',
'PYMODULE'),
('email',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\__init__.py',
'PYMODULE'),
('email._encoded_words',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_encoded_words.py',
'PYMODULE'),
('email._header_value_parser',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_header_value_parser.py',
'PYMODULE'),
('email._parseaddr',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_parseaddr.py',
'PYMODULE'),
('email._policybase',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_policybase.py',
'PYMODULE'),
('email.base64mime',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\base64mime.py',
'PYMODULE'),
('email.charset',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\charset.py',
'PYMODULE'),
('email.contentmanager',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\contentmanager.py',
'PYMODULE'),
('email.encoders',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\encoders.py',
'PYMODULE'),
('email.errors',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\errors.py',
'PYMODULE'),
('email.feedparser',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\feedparser.py',
'PYMODULE'),
('email.generator',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\generator.py',
'PYMODULE'),
('email.header',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\header.py',
'PYMODULE'),
('email.headerregistry',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\headerregistry.py',
'PYMODULE'),
('email.iterators',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\iterators.py',
'PYMODULE'),
('email.message',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\message.py',
'PYMODULE'),
('email.parser',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\parser.py',
'PYMODULE'),
('email.policy',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\policy.py',
'PYMODULE'),
('email.quoprimime',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\quoprimime.py',
'PYMODULE'),
('email.utils',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\utils.py',
'PYMODULE'),
('fractions',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\fractions.py',
'PYMODULE'),
('ftplib',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ftplib.py',
'PYMODULE'),
('getopt',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getopt.py',
'PYMODULE'),
('getpass',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getpass.py',
'PYMODULE'),
('gettext',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gettext.py',
'PYMODULE'),
('glob',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\glob.py',
'PYMODULE'),
('gzip',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gzip.py',
'PYMODULE'),
('hashlib',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hashlib.py',
'PYMODULE'),
('hmac',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hmac.py',
'PYMODULE'),
('html',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\html\\__init__.py',
'PYMODULE'),
('html.entities',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\html\\entities.py',
'PYMODULE'),
('http',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\__init__.py',
'PYMODULE'),
('http.client',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\client.py',
'PYMODULE'),
('http.cookiejar',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookiejar.py',
'PYMODULE'),
('http.server',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\server.py',
'PYMODULE'),
('imp',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\imp.py',
'PYMODULE'),
('importlib',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\__init__.py',
'PYMODULE'),
('importlib._bootstrap',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap.py',
'PYMODULE'),
('importlib._bootstrap_external',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap_external.py',
'PYMODULE'),
('importlib._common',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_common.py',
'PYMODULE'),
('importlib.abc',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\abc.py',
'PYMODULE'),
('importlib.machinery',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\machinery.py',
'PYMODULE'),
('importlib.metadata',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\metadata.py',
'PYMODULE'),
('importlib.resources',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\resources.py',
'PYMODULE'),
('importlib.util',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py',
'PYMODULE'),
('inspect',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\inspect.py',
'PYMODULE'),
('json',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\__init__.py',
'PYMODULE'),
('json.decoder',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\decoder.py',
'PYMODULE'),
('json.encoder',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\encoder.py',
'PYMODULE'),
('json.scanner',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\json\\scanner.py',
'PYMODULE'),
('logging',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py',
'PYMODULE'),
('lzma',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\lzma.py',
'PYMODULE'),
('mimetypes',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\mimetypes.py',
'PYMODULE'),
('modules',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\modules\\__init__.py',
'PYMODULE'),
('modules.command',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\modules\\command.py',
'PYMODULE'),
('modules.device',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\modules\\device.py',
'PYMODULE'),
('modules.fileRW',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\modules\\fileRW.py',
'PYMODULE'),
('modules.read_config',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\modules\\read_config.py',
'PYMODULE'),
('monitor',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\monitor.py',
'PYMODULE'),
('multiprocessing',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\__init__.py',
'PYMODULE'),
('multiprocessing.connection',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\connection.py',
'PYMODULE'),
('multiprocessing.context',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\context.py',
'PYMODULE'),
('multiprocessing.dummy',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\dummy\\__init__.py',
'PYMODULE'),
('multiprocessing.dummy.connection',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\dummy\\connection.py',
'PYMODULE'),
('multiprocessing.forkserver',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\forkserver.py',
'PYMODULE'),
('multiprocessing.heap',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\heap.py',
'PYMODULE'),
('multiprocessing.managers',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\managers.py',
'PYMODULE'),
('multiprocessing.pool',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\pool.py',
'PYMODULE'),
('multiprocessing.popen_fork',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\popen_fork.py',
'PYMODULE'),
('multiprocessing.popen_forkserver',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\popen_forkserver.py',
'PYMODULE'),
('multiprocessing.popen_spawn_posix',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\popen_spawn_posix.py',
'PYMODULE'),
('multiprocessing.popen_spawn_win32',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\popen_spawn_win32.py',
'PYMODULE'),
('multiprocessing.process',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\process.py',
'PYMODULE'),
('multiprocessing.queues',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\queues.py',
'PYMODULE'),
('multiprocessing.reduction',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\reduction.py',
'PYMODULE'),
('multiprocessing.resource_sharer',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\resource_sharer.py',
'PYMODULE'),
('multiprocessing.resource_tracker',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\resource_tracker.py',
'PYMODULE'),
('multiprocessing.shared_memory',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\shared_memory.py',
'PYMODULE'),
('multiprocessing.sharedctypes',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\sharedctypes.py',
'PYMODULE'),
('multiprocessing.spawn',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\spawn.py',
'PYMODULE'),
('multiprocessing.synchronize',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\synchronize.py',
'PYMODULE'),
('multiprocessing.util',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\util.py',
'PYMODULE'),
('netrc',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\netrc.py',
'PYMODULE'),
('nturl2path',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\nturl2path.py',
'PYMODULE'),
('numbers',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\numbers.py',
'PYMODULE'),
('opcode',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\opcode.py',
'PYMODULE'),
('optparse',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\optparse.py',
'PYMODULE'),
('pdb',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pdb.py',
'PYMODULE'),
('pickle',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py',
'PYMODULE'),
('pkg_resources',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.appdirs',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources._adapters',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\_adapters.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources._common',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\_common.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources._compat',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\_compat.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources._itertools',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\_itertools.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources._legacy',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\_legacy.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources.abc',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\abc.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources.readers',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\readers.py',
'PYMODULE'),
('pkg_resources._vendor.importlib_resources.simple',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\importlib_resources\\simple.py',
'PYMODULE'),
('pkg_resources._vendor.jaraco',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\jaraco\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.jaraco.context',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\jaraco\\context.py',
'PYMODULE'),
('pkg_resources._vendor.jaraco.functools',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\jaraco\\functools.py',
'PYMODULE'),
('pkg_resources._vendor.jaraco.text',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\jaraco\\text\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.more_itertools',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\more_itertools\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.more_itertools.more',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\more_itertools\\more.py',
'PYMODULE'),
('pkg_resources._vendor.more_itertools.recipes',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\more_itertools\\recipes.py',
'PYMODULE'),
('pkg_resources._vendor.packaging',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.__about__',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py',
'PYMODULE'),
('pkg_resources._vendor.packaging._manylinux',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_manylinux.py',
'PYMODULE'),
('pkg_resources._vendor.packaging._musllinux',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_musllinux.py',
'PYMODULE'),
('pkg_resources._vendor.packaging._structures',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.markers',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.requirements',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.specifiers',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.tags',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\tags.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.utils',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py',
'PYMODULE'),
('pkg_resources._vendor.packaging.version',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.actions',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\actions.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.common',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\common.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.core',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\core.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.diagram',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\diagram\\__init__.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.exceptions',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\exceptions.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.helpers',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\helpers.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.results',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\results.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.testing',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\testing.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.unicode',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\unicode.py',
'PYMODULE'),
('pkg_resources._vendor.pyparsing.util',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing\\util.py',
'PYMODULE'),
('pkg_resources._vendor.zipp',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\_vendor\\zipp.py',
'PYMODULE'),
('pkg_resources.extern',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pkg_resources\\extern\\__init__.py',
'PYMODULE'),
('pkgutil',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pkgutil.py',
'PYMODULE'),
('platform',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\platform.py',
'PYMODULE'),
('plistlib',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\plistlib.py',
'PYMODULE'),
('pprint',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py',
'PYMODULE'),
('py_compile',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py',
'PYMODULE'),
('pydoc',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pydoc.py',
'PYMODULE'),
('pydoc_data',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pydoc_data\\__init__.py',
'PYMODULE'),
('pydoc_data.topics',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pydoc_data\\topics.py',
'PYMODULE'),
('pytz',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pytz\\__init__.py',
'PYMODULE'),
('pytz.exceptions',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pytz\\exceptions.py',
'PYMODULE'),
('pytz.lazy',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pytz\\lazy.py',
'PYMODULE'),
('pytz.tzfile',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pytz\\tzfile.py',
'PYMODULE'),
('pytz.tzinfo',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\pytz\\tzinfo.py',
'PYMODULE'),
('queue',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\queue.py',
'PYMODULE'),
('quopri',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\quopri.py',
'PYMODULE'),
('random',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\random.py',
'PYMODULE'),
('runpy',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\runpy.py',
'PYMODULE'),
('secrets',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\secrets.py',
'PYMODULE'),
('selectors',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\selectors.py',
'PYMODULE'),
('shlex',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shlex.py',
'PYMODULE'),
('shutil',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py',
'PYMODULE'),
('signal',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\signal.py',
'PYMODULE'),
('six',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\six.py',
'PYMODULE'),
('socket',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\socket.py',
'PYMODULE'),
('socketserver',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\socketserver.py',
'PYMODULE'),
('ssl',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ssl.py',
'PYMODULE'),
('statistics',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\statistics.py',
'PYMODULE'),
('string',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\string.py',
'PYMODULE'),
('stringprep',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
'PYMODULE'),
('subprocess',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\subprocess.py',
'PYMODULE'),
('sysconfig',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\sysconfig.py',
'PYMODULE'),
('tarfile',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tarfile.py',
'PYMODULE'),
('tempfile',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tempfile.py',
'PYMODULE'),
('textwrap',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\textwrap.py',
'PYMODULE'),
('threading',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\threading.py',
'PYMODULE'),
('tracemalloc',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
'PYMODULE'),
('tty',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tty.py',
'PYMODULE'),
('typing',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\typing.py',
'PYMODULE'),
('tzdata',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Africa',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Africa\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.America',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\America\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.America.Argentina',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\America\\Argentina\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.America.Indiana',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\America\\Indiana\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.America.Kentucky',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\America\\Kentucky\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.America.North_Dakota',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\America\\North_Dakota\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Antarctica',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Antarctica\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Arctic',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Arctic\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Asia',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Asia\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Atlantic',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Atlantic\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Australia',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Australia\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Brazil',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Brazil\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Canada',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Canada\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Chile',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Chile\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Etc',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Etc\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Europe',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Europe\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Indian',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Indian\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Mexico',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Mexico\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.Pacific',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\Pacific\\__init__.py',
'PYMODULE'),
('tzdata.zoneinfo.US',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzdata\\zoneinfo\\US\\__init__.py',
'PYMODULE'),
('tzlocal',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzlocal\\__init__.py',
'PYMODULE'),
('tzlocal.unix',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzlocal\\unix.py',
'PYMODULE'),
('tzlocal.utils',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzlocal\\utils.py',
'PYMODULE'),
('tzlocal.win32',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzlocal\\win32.py',
'PYMODULE'),
('tzlocal.windows_tz',
'C:\\Users\\wangh\\Desktop\\code\\monitor\\venv\\lib\\site-packages\\tzlocal\\windows_tz.py',
'PYMODULE'),
('unittest',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\__init__.py',
'PYMODULE'),
('unittest._log',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\_log.py',
'PYMODULE'),
('unittest.async_case',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\async_case.py',
'PYMODULE'),
('unittest.case',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\case.py',
'PYMODULE'),
('unittest.loader',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\loader.py',
'PYMODULE'),
('unittest.main',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\main.py',
'PYMODULE'),
('unittest.result',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\result.py',
'PYMODULE'),
('unittest.runner',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\runner.py',
'PYMODULE'),
('unittest.signals',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\signals.py',
'PYMODULE'),
('unittest.suite',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\suite.py',
'PYMODULE'),
('unittest.util',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\unittest\\util.py',
'PYMODULE'),
('uu',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\uu.py',
'PYMODULE'),
('uuid',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\uuid.py',
'PYMODULE'),
('webbrowser',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\webbrowser.py',
'PYMODULE'),
('xml',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\__init__.py',
'PYMODULE'),
('xml.parsers',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\parsers\\__init__.py',
'PYMODULE'),
('xml.parsers.expat',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\parsers\\expat.py',
'PYMODULE'),
('xml.sax',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\sax\\__init__.py',
'PYMODULE'),
('xml.sax._exceptions',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\sax\\_exceptions.py',
'PYMODULE'),
('xml.sax.expatreader',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\sax\\expatreader.py',
'PYMODULE'),
('xml.sax.handler',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\sax\\handler.py',
'PYMODULE'),
('xml.sax.saxutils',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\sax\\saxutils.py',
'PYMODULE'),
('xml.sax.xmlreader',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xml\\sax\\xmlreader.py',
'PYMODULE'),
('xmlrpc',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xmlrpc\\__init__.py',
'PYMODULE'),
('xmlrpc.client',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\xmlrpc\\client.py',
'PYMODULE'),
('zipfile',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py',
'PYMODULE'),
('zipimport',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipimport.py',
'PYMODULE'),
('zoneinfo',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zoneinfo\\__init__.py',
'PYMODULE'),
('zoneinfo._common',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zoneinfo\\_common.py',
'PYMODULE'),
('zoneinfo._tzpath',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zoneinfo\\_tzpath.py',
'PYMODULE'),
('zoneinfo._zoneinfo',
'C:\\Users\\wangh\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zoneinfo\\_zoneinfo.py',
'PYMODULE')])

Binary file not shown.

Binary file not shown.

View File

@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="main" processorArchitecture="amd64" version="1.0.0.0"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" language="*" processorArchitecture="*" version="6.0.0.0" publicKeyToken="6595b64144ccf1df"/>
</dependentAssembly>
</dependency>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>

Binary file not shown.

View File

@@ -1,86 +0,0 @@
This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running your program. Python and
Python 3rd-party packages include a lot of conditional or optional modules. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.
Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
* delayed: imported within a function
* optional: imported within a try-except-statement
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
tracking down the missing module yourself. Thanks!
missing module named pyimod02_importers - imported by C:\Users\wangh\Desktop\code\monitor\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed), C:\Users\wangh\Desktop\code\monitor\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py (delayed)
missing module named jinja2 - imported by pkg_resources._vendor.pyparsing.diagram (top-level)
missing module named pyparsing - imported by pkg_resources._vendor.pyparsing.diagram (top-level)
missing module named railroad - imported by pkg_resources._vendor.pyparsing.diagram (top-level)
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), netrc (delayed, conditional), getpass (delayed), http.server (delayed, optional), webbrowser (delayed)
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
missing module named resource - imported by posix (top-level)
missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional)
missing module named termios - imported by getpass (optional), tty (top-level)
missing module named _posixsubprocess - imported by subprocess (optional), multiprocessing.util (delayed)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
missing module named pep517 - imported by importlib.metadata (delayed)
missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional)
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
missing module named 'pkg_resources.extern.pyparsing' - imported by pkg_resources._vendor.packaging.markers (top-level), pkg_resources._vendor.packaging.requirements (top-level)
missing module named _manylinux - imported by pkg_resources._vendor.packaging._manylinux (delayed, optional)
missing module named 'pkg_resources.extern.importlib_resources' - imported by pkg_resources._vendor.jaraco.text (optional)
missing module named 'typing.io' - imported by importlib.resources (top-level)
missing module named 'pkg_resources.extern.more_itertools' - imported by pkg_resources._vendor.jaraco.functools (top-level)
missing module named 'win32com.shell' - imported by pkg_resources._vendor.appdirs (conditional, optional)
missing module named 'com.sun' - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional)
missing module named com - imported by pkg_resources._vendor.appdirs (delayed)
missing module named win32api - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional)
missing module named win32com - imported by pkg_resources._vendor.appdirs (delayed)
missing module named _winreg - imported by platform (delayed, optional), tzlocal.win32 (optional), pkg_resources._vendor.appdirs (delayed, conditional)
missing module named pkg_resources.extern.packaging - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
missing module named pkg_resources.extern.appdirs - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
missing module named 'pkg_resources.extern.jaraco' - imported by pkg_resources (top-level), pkg_resources._vendor.jaraco.text (top-level)
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
missing module named vms_lib - imported by platform (delayed, optional)
missing module named java - imported by platform (delayed)
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
missing module named org - imported by pickle (optional)
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named backports - imported by tzlocal.win32 (optional), tzlocal.utils (optional), tzlocal.unix (conditional)
missing module named StringIO - imported by six (conditional)
missing module named twisted - imported by apscheduler.schedulers.twisted (optional)
missing module named 'tornado.ioloop' - imported by apscheduler.schedulers.tornado (optional)
missing module named PySide - imported by apscheduler.schedulers.qt (optional)
missing module named PySide2 - imported by apscheduler.schedulers.qt (optional)
missing module named PySide6 - imported by apscheduler.schedulers.qt (optional)
missing module named PyQt4 - imported by apscheduler.schedulers.qt (optional)
missing module named PyQt5 - imported by apscheduler.schedulers.qt (optional)
missing module named gevent - imported by apscheduler.executors.gevent (optional), apscheduler.schedulers.gevent (optional)
missing module named 'gevent.lock' - imported by apscheduler.schedulers.gevent (optional)
missing module named 'gevent.event' - imported by apscheduler.schedulers.gevent (optional)
missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional)
missing module named 'kazoo.client' - imported by apscheduler.jobstores.zookeeper (optional)
missing module named cPickle - imported by apscheduler.jobstores.mongodb (optional), apscheduler.jobstores.redis (optional), apscheduler.jobstores.rethinkdb (optional), apscheduler.jobstores.sqlalchemy (optional), apscheduler.jobstores.zookeeper (optional)
missing module named cStringIO - imported by cPickle (top-level)
missing module named copy_reg - imported by cPickle (top-level), cStringIO (top-level)
missing module named kazoo - imported by apscheduler.jobstores.zookeeper (top-level)
missing module named sets - imported by pytz.tzinfo (optional)
missing module named UserDict - imported by pytz.lazy (optional)
missing module named 'sqlalchemy.sql' - imported by apscheduler.jobstores.sqlalchemy (optional)
missing module named 'sqlalchemy.exc' - imported by apscheduler.jobstores.sqlalchemy (optional)
missing module named sqlalchemy - imported by apscheduler.jobstores.sqlalchemy (optional)
missing module named rethinkdb - imported by apscheduler.jobstores.rethinkdb (optional)
missing module named redis - imported by apscheduler.jobstores.redis (optional)
missing module named pymongo - imported by apscheduler.jobstores.mongodb (optional)
missing module named bson - imported by apscheduler.jobstores.mongodb (optional)
missing module named tornado - imported by apscheduler.executors.tornado (top-level)
missing module named funcsigs - imported by apscheduler.util (optional)

File diff suppressed because it is too large Load Diff

107
cache/record.txt vendored
View File

@@ -41,4 +41,109 @@
2023-08-07 09:59:44
2023-08-07 10:07:50
2023-08-07 10:14:39
2023-08-07 10:20:43
2023-08-07 10:20:43
2023-08-07 10:26:41
2023-08-07 10:31:43
2023-08-07 10:35:44
2023-08-07 10:43:49
2023-08-07 10:49:01
2023-08-07 10:52:46
2023-08-07 10:57:52
2023-08-07 11:02:48
2023-08-07 11:06:53
2023-08-07 11:15:51
2023-08-07 11:26:54
2023-08-07 11:35:01
2023-08-07 11:46:00
2023-08-07 11:50:57
2023-08-07 12:02:20
2023-08-07 12:16:18
2023-08-07 12:24:02
2023-08-07 12:30:02
2023-08-07 12:35:28
2023-08-07 12:40:07
2023-08-07 13:14:49
2023-08-07 13:19:12
2023-08-07 13:24:32
2023-08-07 13:33:21
2023-08-07 13:37:51
2023-08-07 13:55:23
2023-08-07 14:01:47
2023-08-07 14:09:41
2023-08-07 14:14:37
2023-08-07 14:20:34
2023-08-07 14:24:36
2023-08-07 14:28:39
2023-08-07 14:34:43
2023-08-07 14:43:24
2023-08-07 14:50:31
2023-08-07 14:54:31
2023-08-07 15:02:24
2023-08-07 15:11:23
2023-08-07 15:18:28
2023-08-07 15:28:45
2023-08-07 15:39:13
2023-08-07 15:43:42
2023-08-07 15:48:28
2023-08-07 15:53:30
2023-08-07 16:00:33
2023-08-07 16:13:35
2023-08-07 16:18:28
2023-08-07 16:40:54
2023-08-07 16:50:36
2023-08-07 17:08:34
2023-08-07 17:13:55
2023-08-07 17:19:41
2023-08-07 17:24:40
2023-08-07 17:30:41
2023-08-07 17:35:42
2023-08-07 17:40:49
2023-08-07 17:47:42
2023-08-07 18:00:56
2023-08-07 18:06:45
2023-08-07 18:13:54
2023-08-07 18:25:49
2023-08-07 18:31:49
2023-08-07 18:42:55
2023-08-07 18:51:50
2023-08-07 19:02:53
2023-08-07 19:07:55
2023-08-07 19:14:01
2023-08-07 19:20:02
2023-08-07 19:29:56
2023-08-07 19:35:58
2023-08-07 19:48:03
2023-08-08 04:13:43
2023-08-08 04:46:37
2023-08-08 04:52:30
2023-08-08 05:25:53
2022-11-10 05:33:23
2022-11-10 05:34:22
2022-11-10 05:35:17
2022-11-10 05:37:16
2022-11-10 05:38:15
2022-11-10 05:49:33
2022-11-10 05:50:18
2022-11-10 05:51:16
2022-11-10 05:52:18
2022-11-10 05:53:21
2022-11-10 05:56:33
2022-11-10 06:02:22
2022-11-10 06:06:16
2022-11-10 06:09:38
2022-11-10 06:16:16
2022-11-10 06:17:43
2022-11-10 06:23:22
2022-11-10 06:24:37
2022-11-10 06:25:20
2022-11-10 06:26:17
2022-11-10 06:27:30
2022-11-10 06:29:42
2022-11-10 06:34:20
2022-11-10 06:40:21
2022-11-10 06:46:22
2022-11-10 06:48:49
2022-11-10 06:53:20
2023-08-31 17:46:51
2023-09-01 15:41:13
2023-09-01 15:46:10

View File

@@ -2,7 +2,7 @@
cache_file_path = cache/record.txt
[General]
#timedifference成功拿取任务和现在的时间差大于此时间差重启ProxyMe
time_difference = 1800
[Database]

View File

@@ -1,44 +0,0 @@
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(
['main.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False,
)
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='main',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -44,7 +44,7 @@ def str_to_timestamp(time_str):
format_str = "%Y-%m-%d %H:%M:%S"
try:
dt_object = datetime.strptime(time_str,format_str)
timestamp = dt_object.timestamp()
timestamp = int(dt_object.timestamp())
return timestamp
except ValueError as e:
logging.error(f"str_to_timestamp error: {e}")
@@ -70,7 +70,7 @@ def monitor(device):
diff_timestamp = now_timestamp - last_line_timestamp
print(f"diff_timestamp: {diff_timestamp},与上次成功获取任务时间差{int(diff_timestamp/60)}分钟")
logging.info(f"{device}与上次成功获取任务时间差{int(diff_timestamp/60)}分钟")
time_difference = modules.read_config.read_time_difference()
time_difference = int(modules.read_config.read_time_difference());
if diff_timestamp >= time_difference:
success = modules.command.restart_ProxyMe(device)
if success:
@@ -78,7 +78,7 @@ def monitor(device):
else:
return False
else:
print(f"时间差小于{time_difference}分钟不执行重启ProxyMe")
print(f"时间差小于{time_difference/60}分钟不执行重启ProxyMe")
return True
else:
print(f"get now timestamp: failed")

22
test.py
View File

@@ -1,22 +0,0 @@
from datetime import datetime
def format_time_string(input_time_str):
try:
# 解析时区时间字符串为datetime对象
dt_object = datetime.strptime(input_time_str, "%a %b %d %H:%M:%S %Z %Y")
# 将datetime对象重新格式化为所需的字符串格式
formatted_time_str = dt_object.strftime("%Y-%m-%d %H:%M:%S")
return formatted_time_str
except ValueError as e:
print("Error: Invalid time format.")
return None
# 测试函数
input_time_str = "Mon Aug 7 09:33:39 BST 2023"
formatted_time = format_time_string(input_time_str)
if formatted_time is not None:
print(formatted_time)