Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 23, 2024
1 parent 09e236e commit 1d12a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def make_reply_filter(line):

# データを書き出す

with open('./cache/channel_id.json', 'wt') as f:
with open('./cache/channel_id.json', 'wt') as fp:
json.dump(channel_id, fp, indent=2)

outfile.close()

0 comments on commit 1d12a32

Please sign in to comment.