From ca698b9fbc543d406fc0a1d3b417183b8248d4ce Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Sun, 10 Jul 2022 15:49:18 +0800 Subject: [PATCH] Remove redundant commented codes --- ncm/start.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ncm/start.py b/ncm/start.py index 827328a..61e8461 100644 --- a/ncm/start.py +++ b/ncm/start.py @@ -87,9 +87,6 @@ def main(): download_playlist_songs(get_parse_id(args.playlist_id)) elif args.program_id: download_program(get_parse_id(args.program_id)) - #api.get_program_url(2507672491) - # api.get_program_url(350746079) - # api.get_song(1927252694) if __name__ == '__main__':