Update app.py
Browse files
app.py
CHANGED
@@ -1956,6 +1956,7 @@ Author: {issue.user.login}
|
|
1956 |
---
|
1957 |
**{comment.user.login}** at {comment.created_at}:
|
1958 |
{comment.body}
|
|
|
1959 |
"""
|
1960 |
else:
|
1961 |
details += "No comments."
|
|
|
1956 |
---
|
1957 |
**{comment.user.login}** at {comment.created_at}:
|
1958 |
{comment.body}
|
1959 |
+
**\n**
|
1960 |
"""
|
1961 |
else:
|
1962 |
details += "No comments."
|