Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,6 @@ class GitHubBot:
|
|
121 |
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
122 |
resolution_file = f"{RESOLUTIONS_DIRECTORY}/resolution_{issue_number}_{timestamp}.md"
|
123 |
|
124 |
-
```python
|
125 |
with open(resolution_file, "w") as f:
|
126 |
f.write(f"# Resolution for Issue #{issue_number}\n\n{resolution}")
|
127 |
|
|
|
121 |
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
122 |
resolution_file = f"{RESOLUTIONS_DIRECTORY}/resolution_{issue_number}_{timestamp}.md"
|
123 |
|
|
|
124 |
with open(resolution_file, "w") as f:
|
125 |
f.write(f"# Resolution for Issue #{issue_number}\n\n{resolution}")
|
126 |
|