http://bugs.gpodder.org/show_bug.cgi?id=352
--- Comment #5 from Romain Janvier <[email protected]> 2009-02-14 13:31:39 --- (In reply to comment #3) > (In reply to comment #2) > > I've just made a little change in util.py. Now, if timestamp is greater > > than a > > given value (I've picked 1233486000), then the function returns None. And it > > worked. > > Can you send a patch with your changes, so we can understand exactly what > you've changed and maybe merge a (modified) patch into the mainline > development, so other users don't experience this problem? I've just attached my version of util.py. I've added a try/except, so if the timestamp is not None, but is incorrect, the exception is catched and None is returned. It works for me. I hope that it will help you. -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
