Spaces:
Runtime error
Runtime error
Commit
·
3b3e3f0
1
Parent(s):
db68a15
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def post(jsn):
|
|
| 30 |
|
| 31 |
|
| 32 |
def divider(char='=', length=20):
|
| 33 |
-
return char*length + '\n'
|
| 34 |
|
| 35 |
|
| 36 |
def get_solution(lang, error):
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
def divider(char='=', length=20):
|
| 33 |
+
return '\n' + char*length + '\n'
|
| 34 |
|
| 35 |
|
| 36 |
def get_solution(lang, error):
|