Skip to content

Commit e448355

Browse files
committed
debug gh_action
1 parent 9c5741a commit e448355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ffmpeg_downloader/__main__.py

+2
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ def main():
397397

398398
args = parser.parse_args()
399399

400+
print(args)
401+
400402
try:
401403
args.func(args)
402404
except:

0 commit comments

Comments
 (0)