Explorar el Código

버그 수정

Surplus_Up (2DU) hace 7 años
padre
commit
8acbcb8729
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):