mdbq 2.1.7__py3-none-any.whl → 2.1.8__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
@@ -252,6 +252,7 @@ class TbFiles:
252
252
  else:
253
253
  print(f'{src} 所需同步的文件不存在,请检查:pd_list参数')
254
254
 
255
+ # 刷新共享位置的指定文件/文件夹
255
256
  excel_path = os.path.join(self.share_path, 'EXCEL报表')
256
257
  files = os.listdir(excel_path)
257
258
  r = refresh_all.RefreshAll()
@@ -262,6 +263,9 @@ class TbFiles:
262
263
  r.refresh_excel2(excel_file=os.path.join(excel_path, file))
263
264
  time.sleep(10)
264
265
 
266
+ excel_file = f'\\\\190.168.1.198\\时尚事业部\\01.运营部\\0-电商周报-每周五更新\\WLM 周报-模版V1.xlsx'
267
+ r.refresh_excel2(excel_file=excel_file)
268
+
265
269
  self.before_max_time = self.check_change() # 重置值, 避免重复同步
266
270
 
267
271
  now = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 2.1.7
3
+ Version: 2.1.8
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -11,7 +11,7 @@ mdbq/bdup/bdup.py,sha256=LAV0TgnQpc-LB-YuJthxb0U42_VkPidzQzAagan46lU,4234
11
11
  mdbq/clean/__init__.py,sha256=A1d6x3L27j4NtLgiFV5TANwEkLuaDfPHDQNrPBbNWtU,41
12
12
  mdbq/clean/data_clean.py,sha256=ZJOTT0sNWP85x4pJl39UZBwN4Bnf8Ao-iVOJNiiRPEE,103996
13
13
  mdbq/company/__init__.py,sha256=qz8F_GsP_pMB5PblgJAUAMjasuZbOEp3qQOCB39E8f0,21
14
- mdbq/company/copysh.py,sha256=wXrGxzAu6fhB57WPKmXPTMyC2DTPsjqNze7ZTFjxNwc,18716
14
+ mdbq/company/copysh.py,sha256=fWPwmhh6Zaa3bzVg0C4EerqJ8ztjCIhs4YPMCx4h0pA,18954
15
15
  mdbq/company/home_sh.py,sha256=42CZ2tZIXHLl2mOl2gk2fZnjH2IHh1VJ1s3qHABjonY,18021
16
16
  mdbq/config/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
17
17
  mdbq/config/get_myconf.py,sha256=cmNvsyoNa0RbZ9FOTjSd3jyyGwkxjUo0phvdHbGlrms,6010
@@ -37,7 +37,7 @@ mdbq/pbix/__init__.py,sha256=Trtfaynu9RjoTyLLYBN2xdRxTvm_zhCniUkVTAYwcjo,24
37
37
  mdbq/pbix/pbix_refresh.py,sha256=JUjKW3bNEyoMVfVfo77UhguvS5AWkixvVhDbw4_MHco,2396
38
38
  mdbq/pbix/refresh_all.py,sha256=0uAnBKCd5cx5FLTkawN1GV9yi87rfyMgYal5LABtumQ,7186
39
39
  mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
40
- mdbq-2.1.7.dist-info/METADATA,sha256=qvceytoUMt8dbdcro3kEVOfeuDRERxWc4uU6i6ZDXAg,245
41
- mdbq-2.1.7.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
42
- mdbq-2.1.7.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
43
- mdbq-2.1.7.dist-info/RECORD,,
40
+ mdbq-2.1.8.dist-info/METADATA,sha256=eFwC36CPtyOOl2cBaCnftaeB-NbDOO0OIuXPHElqM5Y,245
41
+ mdbq-2.1.8.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
42
+ mdbq-2.1.8.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
43
+ mdbq-2.1.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5