Commit d46ad8f4 authored by lixiaofang's avatar lixiaofang

a

parent 01320802
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<entry key="comment" value="59" /> <entry key="comment" value="59" />
<entry key="dummy" value="7" /> <entry key="dummy" value="7" />
<entry key="guanshui" value="2" /> <entry key="guanshui" value="2" />
<entry key="py" value="7627" /> <entry key="py" value="7665" />
<entry key="txt" value="86" /> <entry key="txt" value="86" />
<entry key="xuqiu" value="223" /> <entry key="xuqiu" value="223" />
</counts> </counts>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<usages-collector id="statistics.file.types.edit"> <usages-collector id="statistics.file.types.edit">
<counts> <counts>
<entry key="PLAIN_TEXT" value="377" /> <entry key="PLAIN_TEXT" value="377" />
<entry key="Python" value="7627" /> <entry key="Python" value="7665" />
</counts> </counts>
</usages-collector> </usages-collector>
</session> </session>
...@@ -159,8 +159,8 @@ ...@@ -159,8 +159,8 @@
<file pinned="false" current-in-tab="true"> <file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/auto_comment1.py"> <entry file="file://$PROJECT_DIR$/auto_comment1.py">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="185"> <state relative-caret-position="300">
<caret line="59" lean-forward="true" selection-start-line="59" selection-end-line="59" /> <caret line="59" column="45" selection-start-line="59" selection-start-column="45" selection-end-line="59" selection-end-column="45" />
<folding> <folding>
<element signature="e#0#11#0" expanded="true" /> <element signature="e#0#11#0" expanded="true" />
</folding> </folding>
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" /> <window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Version Control" order="7" show_stripe_button="false" /> <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.2676519" /> <window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.42364532" />
<window_info anchor="bottom" id="Event Log" order="9" side_tool="true" /> <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="Python Console" order="10" />
<window_info anchor="bottom" id="DB Execution Console" order="11" /> <window_info anchor="bottom" id="DB Execution Console" order="11" />
...@@ -878,8 +878,8 @@ ...@@ -878,8 +878,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/auto_comment1.py"> <entry file="file://$PROJECT_DIR$/auto_comment1.py">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="185"> <state relative-caret-position="300">
<caret line="59" lean-forward="true" selection-start-line="59" selection-end-line="59" /> <caret line="59" column="45" selection-start-line="59" selection-start-column="45" selection-end-line="59" selection-end-column="45" />
<folding> <folding>
<element signature="e#0#11#0" expanded="true" /> <element signature="e#0#11#0" expanded="true" />
</folding> </folding>
......
...@@ -31,7 +31,7 @@ def get_data(numtime,numtime2): ...@@ -31,7 +31,7 @@ def get_data(numtime,numtime2):
pc.close() pc.close()
except: except:
pass logging.error("catch exception,get_data:%s" % traceback.format_exc())
return topic_id_list return topic_id_list
......
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