shensong00 il y a 3 ans
Parent
commit
764e62aa13
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      douyin_hourly_ranklist_commerce_scraper.py

+ 2 - 0
douyin_hourly_ranklist_commerce_scraper.py

@@ -273,6 +273,8 @@ if __name__ == "__main__":
273 273
 
274 274
     if room_info is None:
275 275
         sys.exit(0)
276
+
277
+    print(room_info)
276 278
     
277 279
     room_id,anchor_id,sec_anchor_id = room_info
278 280