abdulmeLINK commited on
Commit
3b3e3f0
1 Parent(s): db68a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):