mdbq 0.2.4__py3-none-any.whl → 0.2.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mdbq/company/copysh.py
CHANGED
@@ -121,7 +121,7 @@ class TbFiles:
|
|
121
121
|
now = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S ')
|
122
122
|
res = self.check_upload_mysql()
|
123
123
|
if not res:
|
124
|
-
print(f'检测到源文件修改,
|
124
|
+
print(f'检测到源文件修改, 但今日已经同步过, 不再同步')
|
125
125
|
return
|
126
126
|
print(f'{now}pandas数据源文件修改, 触发同步 ({self.sleep_minutes}分钟后开始)')
|
127
127
|
|
@@ -8,7 +8,7 @@ mdbq/bdup/bdup.py,sha256=LAV0TgnQpc-LB-YuJthxb0U42_VkPidzQzAagan46lU,4234
|
|
8
8
|
mdbq/clean/__init__.py,sha256=A1d6x3L27j4NtLgiFV5TANwEkLuaDfPHDQNrPBbNWtU,41
|
9
9
|
mdbq/clean/data_clean.py,sha256=33OmeQFl9AW21P5EOay52W_S8DF96H5oHwCg4fSuBxA,85359
|
10
10
|
mdbq/company/__init__.py,sha256=qz8F_GsP_pMB5PblgJAUAMjasuZbOEp3qQOCB39E8f0,21
|
11
|
-
mdbq/company/copysh.py,sha256=
|
11
|
+
mdbq/company/copysh.py,sha256=G1DFkGtR02i4yKcWGOaFHZG2ZkzRPxo4cDl9x5eqHXk,15980
|
12
12
|
mdbq/config/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
|
13
13
|
mdbq/config/get_myconf.py,sha256=9v3xebfcS1tptxpvk3_tGxfXjAehGVCveYe4iRUzLQQ,6372
|
14
14
|
mdbq/config/update_conf.py,sha256=YjGjjRchu5BcrmLJkoLjHEF2TbGOmsgCWX4LroXOYWQ,3455
|
@@ -31,7 +31,7 @@ mdbq/pbix/__init__.py,sha256=Trtfaynu9RjoTyLLYBN2xdRxTvm_zhCniUkVTAYwcjo,24
|
|
31
31
|
mdbq/pbix/pbix_refresh.py,sha256=JUjKW3bNEyoMVfVfo77UhguvS5AWkixvVhDbw4_MHco,2396
|
32
32
|
mdbq/pbix/refresh_all.py,sha256=wulHs4rivf4Mi0Pii2QR5Nk9-TBcvSwnCB_WH9QULKE,5939
|
33
33
|
mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
|
34
|
-
mdbq-0.2.
|
35
|
-
mdbq-0.2.
|
36
|
-
mdbq-0.2.
|
37
|
-
mdbq-0.2.
|
34
|
+
mdbq-0.2.5.dist-info/METADATA,sha256=1Yjt_WKaqm5cV5i4HM0QzNoHKMWs8NfG09sPIvgIFh4,245
|
35
|
+
mdbq-0.2.5.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
36
|
+
mdbq-0.2.5.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
|
37
|
+
mdbq-0.2.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|