Commit 180a7809 authored by lixiaofang's avatar lixiaofang

cookies

parent 4417612c
......@@ -323,9 +323,9 @@
</list>
</option>
</component>
<component name="ProjectFrameBounds" extendedState="1">
<option name="x" value="134" />
<option name="y" value="82" />
<component name="ProjectFrameBounds">
<option name="x" value="379" />
<option name="y" value="198" />
<option name="width" value="1436" />
<option name="height" value="656" />
</component>
......
......@@ -134,7 +134,7 @@ if __name__ == "__main__":
urge_num = random.randint(1,2)
for i in range(urge_num):
for j in range(urge_num):
cookies = index_first()
......@@ -142,7 +142,7 @@ if __name__ == "__main__":
if cook is not None:
follow(cook, id)
follow(cook, i)
......
......@@ -122,13 +122,13 @@ if __name__ == "__main__":
urge_num = random.randint(1, 2)
for i in range(urge_num):
for j in range(urge_num):
cook = logins()
if cook is not None:
Urge(cook, id)
Urge(cook, i)
except:
logging.error("catch exception,main:%s" % traceback.format_exc())
......
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