Browse Source

update mini program info

luojunhui 5 tháng trước cách đây
mục cha
commit
e5a730cd9b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      update_mini_info_v2.py

+ 4 - 0
update_mini_info_v2.py

@@ -27,3 +27,7 @@ def main():
     else:
         U.update_published_articles_job()
         U.update_mini_program_detail_job()
+
+
+if __name__ == '__main__':
+    main()