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