mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Remove comment.author + comment.created_at
This commit is contained in:
parent
30f1108c6e
commit
cad687ca2c
@ -81,8 +81,6 @@ comments = design_review.get_comments()
|
||||
for comment in comments:
|
||||
# write to file
|
||||
with open(file_name, 'a') as f:
|
||||
f.write(f"Author: {comment.author.username}\n")
|
||||
f.write(f"Date: {comment.created_at}\n")
|
||||
f.write(f"Comment: {comment.text}\n")
|
||||
f.write("\n")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user