INNER CODE UNIT · Python

main

ermaozi/get_subscribe · main.py:245

def main():
    return 0 if get_subscribe_url() else 1


# 主函数入口
if __name__ == '__main__':
    try:
        sys.exit(main())
    except (OSError, ValueError, yaml.YAMLError) as exc:
        write_log(f"采集或写入失败:{type(exc).__name__}", "ERROR")
        sys.exit(1)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…