Commit 61cf34a6 authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Ensured some delay at end of program.

Stops thread error messages.
parent aece5cb1
......@@ -132,4 +132,4 @@ if __name__ == '__main__':
print t_elapsed, 'seconds of posting'
print '%.1f posts / second' % (total_reads / t_elapsed)
time.sleep(rdg_delay*1.2) # wait for threads to exit cleanly?
time.sleep(rdg_delay+1.0) # wait for threads to exit cleanly?
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