Browse Source

update mini program info

luojunhui 6 months ago
parent
commit
e5a730cd9b
1 changed files with 4 additions and 0 deletions
  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()