Skip to content

Commit 253ccea

Browse files
author
MajliTech
committed
Fix that makes the program work
1 parent 517ad85 commit 253ccea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def add_part():
8787
# else:
8888
# prform(INFO,"Not including audio for this part.")
8989
# part["path"] = [p,None]
90-
# return part
90+
return part
9191
# Clean terminal for us
9292
print("\n"*os.get_terminal_size()[1])
9393
print (u"{}[2J{}[;H".format(chr(27), chr(27)), end="")

0 commit comments

Comments
 (0)