Commit c79f22cf by zhangwei

修改输出的bug

parent 172393e9
......@@ -55,7 +55,7 @@ if __name__ == '__main__':
interval=get_interval(line[4])
if interval >= time_interval:
count = count + 1
print interval
print count
#action(interval)
# else:
# interval=0
......
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