--- a/script/stream/recorder_tweetstream.py Wed Aug 17 18:32:07 2011 +0200
+++ b/script/stream/recorder_tweetstream.py Wed Aug 17 18:35:14 2011 +0200
@@ -267,6 +267,8 @@
logging.getLogger(record.name).handle(record)
except Queue.Empty:
continue
+ except IOError:
+ continue
time.sleep(0.1)