mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
s/comment/comment.body
This commit is contained in:
parent
21f3d15f95
commit
067aa3734a
@ -84,7 +84,7 @@ with open(file_name, 'a') as f:
|
||||
for comment in comments:
|
||||
# write to file
|
||||
with open(file_name, 'a') as f:
|
||||
f.write(f"{comment}")
|
||||
f.write(f"{comment.body}")
|
||||
# f.write(f"Comment: {comment.text}\n")
|
||||
f.write("\n")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user