소스 검색

버그 수정

Surplus_Up (2DU) 7 년 전
부모
커밋
8acbcb8729
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -4109,7 +4109,7 @@ def main_file(data = None):
     if re.search('\.(txt|html)$', data):
         return flask.send_from_directory('./', data)
     else:
-        return ''
+        return redirect('/w/' + url_pas(wiki_set(2)))
 
 @app.errorhandler(404)
 def error_404(e):