Commit 7d523805 authored by lixiaofang's avatar lixiaofang

add

parent ecc3d5f5
......@@ -43,14 +43,14 @@
<entry key="comment" value="59" />
<entry key="dummy" value="6" />
<entry key="guanshui" value="2" />
<entry key="py" value="6576" />
<entry key="py" value="6602" />
<entry key="xuqiu" value="223" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PLAIN_TEXT" value="290" />
<entry key="Python" value="6576" />
<entry key="Python" value="6602" />
</counts>
</usages-collector>
</session>
......@@ -166,8 +166,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/offline_comment.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="242">
<caret line="63" column="46" selection-start-line="63" selection-start-column="46" selection-end-line="63" selection-end-column="46" />
<state relative-caret-position="285">
<caret line="74" lean-forward="true" selection-start-line="74" selection-end-line="74" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......@@ -534,6 +534,7 @@
</component>
<component name="ToolWindowManager">
<frame x="-23" y="33" width="1553" height="724" extended-state="0" />
<editor active="true" />
<layout>
<window_info id="Structure" order="0" sideWeight="0.21188119" side_tool="true" weight="0.19112115" />
<window_info id="Favorites" order="1" side_tool="true" />
......@@ -547,7 +548,7 @@
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Version Control" order="7" show_stripe_button="false" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.27422002" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.21182266" />
<window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
<window_info anchor="bottom" id="Python Console" order="10" />
<window_info anchor="bottom" id="DB Execution Console" order="11" />
......@@ -897,8 +898,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/offline_comment.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="242">
<caret line="63" column="46" selection-start-line="63" selection-start-column="46" selection-end-line="63" selection-end-column="46" />
<state relative-caret-position="285">
<caret line="74" lean-forward="true" selection-start-line="74" selection-end-line="74" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......
......@@ -59,7 +59,7 @@ if __name__ == "__main__":
# time_list = [[0, 100000], [100000, 200000], [200000, 300000], [300000, 400000], [400000, 500000],
# [500000, 600000], [600000, 700000]]
time_list = [[5479364, 5479366], [5479366, 5479369]]
time_list = [[5479344,5479354]]
user_data = open("/srv/apps/cybertron/user_id.txt", "r")
......@@ -72,7 +72,6 @@ if __name__ == "__main__":
topic_id = get_data(i[0], i[1])
dicts = {}
print(topic_id)
for id in topic_id and topic_id:
......
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