Commit 13ff85bd authored by lixiaofang's avatar lixiaofang

update

parent c9f152d5
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
</list> </list>
</option> </option>
</component> </component>
<component name="ProjectFrameBounds"> <component name="ProjectFrameBounds" extendedState="1">
<option name="x" value="25" /> <option name="x" value="25" />
<option name="y" value="23" /> <option name="y" value="23" />
<option name="width" value="1436" /> <option name="width" value="1436" />
......
...@@ -72,7 +72,7 @@ def login(): ...@@ -72,7 +72,7 @@ def login():
if cookies is not None: if cookies is not None:
return {'sessionid': cook} return {'sessionid': cookies}
except: except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment