Commit b8d46e05 authored by lixiaofang's avatar lixiaofang

add tag_name

parent fba31b70
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="fd1f0b61-1139-44e5-87e7-f8b86ff52376" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/auto_comment1.py" beforeDir="false" afterPath="$PROJECT_DIR$/auto_comment1.py" afterDir="false" />
</list>
<list default="true" id="fd1f0b61-1139-44e5-87e7-f8b86ff52376" name="Default Changelist" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -43,7 +41,7 @@
<entry key="comment" value="59" />
<entry key="dummy" value="7" />
<entry key="guanshui" value="2" />
<entry key="py" value="7888" />
<entry key="py" value="7890" />
<entry key="txt" value="86" />
<entry key="xuqiu" value="223" />
</counts>
......@@ -51,7 +49,7 @@
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PLAIN_TEXT" value="377" />
<entry key="Python" value="7888" />
<entry key="Python" value="7890" />
</counts>
</usages-collector>
</session>
......@@ -119,23 +117,23 @@
</component>
<component name="FileEditorManager">
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
<file pinned="false" current-in-tab="true">
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/auto_click1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="372">
<caret line="62" column="44" selection-start-line="62" selection-start-column="44" selection-end-line="62" selection-end-column="44" />
<state relative-caret-position="335">
<caret line="61" column="39" selection-start-line="61" selection-start-column="39" selection-end-line="61" selection-end-column="39" />
<folding>
<element signature="e#0#11#0" expanded="true" />
<marker date="1556247487000" expanded="true" signature="1410:1599" ph="..." />
<marker date="1556247886000" expanded="true" signature="1410:1599" ph="..." />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/auto_click2.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="299">
<state relative-caret-position="209">
<caret line="47" lean-forward="true" selection-start-line="47" selection-end-line="47" />
<folding>
<element signature="e#0#11#0" expanded="true" />
......@@ -159,8 +157,8 @@
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/auto_comment1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="260">
<caret line="52" lean-forward="true" selection-start-line="52" selection-end-line="52" />
<state relative-caret-position="290">
<caret line="54" lean-forward="true" selection-start-line="54" selection-end-line="54" />
<folding>
<element signature="e#0#11#0" expanded="true" />
</folding>
......@@ -804,16 +802,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/auto_click2.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="299">
<caret line="47" lean-forward="true" selection-start-line="47" selection-end-line="47" />
<folding>
<element signature="e#0#11#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/auto_commnet.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="487">
......@@ -854,23 +842,33 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/auto_click1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="335">
<caret line="61" column="39" selection-start-line="61" selection-start-column="39" selection-end-line="61" selection-end-column="39" />
<folding>
<element signature="e#0#11#0" expanded="true" />
<marker date="1556247886000" expanded="true" signature="1410:1599" ph="..." />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/auto_comment1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="260">
<caret line="52" lean-forward="true" selection-start-line="52" selection-end-line="52" />
<state relative-caret-position="290">
<caret line="54" lean-forward="true" selection-start-line="54" selection-end-line="54" />
<folding>
<element signature="e#0#11#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/auto_click1.py">
<entry file="file://$PROJECT_DIR$/auto_click2.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="372">
<caret line="62" column="44" selection-start-line="62" selection-start-column="44" selection-end-line="62" selection-end-column="44" />
<state relative-caret-position="209">
<caret line="47" lean-forward="true" selection-start-line="47" selection-end-line="47" />
<folding>
<element signature="e#0#11#0" expanded="true" />
<marker date="1556247487000" expanded="true" signature="1410:1599" ph="..." />
</folding>
</state>
</provider>
......
......@@ -34,7 +34,7 @@ if __name__ == "__main__":
randoms_id = []
if lenn ==1:
if lenn == 1:
time.sleep(random.randint(10, 50))
......@@ -46,8 +46,8 @@ if __name__ == "__main__":
else:
for i in range(int(lenn/2)):
rand_num = random.randint(0, len(user_ids)-1)
for i in range(int(lenn / 2)) and lenn > 0:
rand_num = random.randint(0, len(user_ids) - 1)
randoms_id.append(user_ids[rand_num])
......
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