Browse Source

버그 ㅜ

2DU 8 years ago
parent
commit
8ac6c36f9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      func.py

+ 1 - 0
func.py

@@ -21,6 +21,7 @@ app = beaker.middleware.SessionMiddleware(app(), session_opts)
 from mark import *
 
 def other2(d):
+    g = ''
     session = request.environ.get('beaker.session')
     if(session.get('View_List')):
         m = re.findall('(?:(?:([^\n]+)\n))', session.get('View_List'))