Skip to content

Commit

Permalink
Update merge_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyLearning authored Jan 29, 2025
1 parent ad73b72 commit 13fac1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load/merge_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def save_to_file(output_file):
f.write(group + '\n')
for line in group_lines:
f.write(line + '\n')
f.write('\n')
f.write('\n')
# 写入更新日期作为新的频道组名
f.write(f"更新时间: {current_time},#genre#\n")
Expand Down

0 comments on commit 13fac1c

Please sign in to comment.