Don't traceback on Ctrl+C

This commit is contained in:
Dan Williams 2006-09-22 12:13:34 -04:00
parent 4a1995af8d
commit 7061434703

View File

@ -99,7 +99,10 @@ class Bot:
self._pservice = PresenceService.get_instance()
try:
gtk.main()
except KeyboardInterrupt:
pass
def add_action(self, action, minutes):
self._timeline.add(action, minutes)