mdbq 2.2.6__py3-none-any.whl → 2.2.7__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/other/sku_picture.py CHANGED
@@ -511,7 +511,7 @@ class DownloadPicture():
511
511
  self.filename = ''
512
512
  self.local_file = ''
513
513
  self.finish_download = []
514
- self.finish_d2 = [{'完成时间': [], '完成id': []}]
514
+ self.finish_d2 = []
515
515
 
516
516
  def get_df_from_service(self):
517
517
  start_date, end_date = self.months_data(num=self.months)
@@ -604,10 +604,10 @@ class DownloadPicture():
604
604
  if os.path.isfile(os.path.join(self.save_path, self.filename)):
605
605
  # self.finish_download.append(data['商品id'])
606
606
  self.finish_d2.append(
607
- [
608
- {'完成时间': datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')},
609
- {'完成id': data['商品id']}
610
- ]
607
+ {
608
+ '完成时间': datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
609
+ '完成id': data['商品id'],
610
+ }
611
611
  )
612
612
  i += 1
613
613
  continue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 2.2.6
3
+ Version: 2.2.7
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -31,14 +31,14 @@ mdbq/mysql/year_month_day.py,sha256=VgewoE2pJxK7ErjfviL_SMTN77ki8GVbTUcao3vFUCE,
31
31
  mdbq/other/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
32
32
  mdbq/other/porxy.py,sha256=UHfgEyXugogvXgsG68a7QouUCKaohTKKkI4RN-kYSdQ,4961
33
33
  mdbq/other/pov_city.py,sha256=AEOmCOzOwyjHi9LLZWPKi6DUuSC-_M163664I52u9qw,21050
34
- mdbq/other/sku_picture.py,sha256=Qb2ANG-c79A6WctB4lziAwrDNUMyc6JIhKzNemqGff4,50068
34
+ mdbq/other/sku_picture.py,sha256=u0WvvLYIg1JNzeJMUJCG0jasukTumW6HwToDE5PlzNg,50029
35
35
  mdbq/other/ua_sj.py,sha256=JuVYzc_5QZ9s_oQSrTHVKkQv4S_7-CWx4oIKOARn_9U,22178
36
36
  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=viOlLCmz9zg61Q2nzjgl8dChfQxnxRd1A_jmQMb2oDM,5918
39
39
  mdbq/pbix/refresh_all_old.py,sha256=_pq3WSQ728GPtEG5pfsZI2uTJhU8D6ra-htIk1JXYzw,7192
40
40
  mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
41
- mdbq-2.2.6.dist-info/METADATA,sha256=dmwcBZiI-zVqfBkU3i6-YNS6rpfzNX9FJwoYCj3i9qQ,245
42
- mdbq-2.2.6.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
43
- mdbq-2.2.6.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
44
- mdbq-2.2.6.dist-info/RECORD,,
41
+ mdbq-2.2.7.dist-info/METADATA,sha256=pP1anE6fPD6-8q_epbVnTRwoKF4tzU0TorPDjFKbtRk,245
42
+ mdbq-2.2.7.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
43
+ mdbq-2.2.7.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
44
+ mdbq-2.2.7.dist-info/RECORD,,
File without changes