this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feeds: fix typo

+1 -1
+1 -1
feeds/__init__.py
··· 30 30 for format in formats.values(): 31 31 try: 32 32 ts = datetime.strptime(timestamp, format) 33 - except ValueError 33 + except ValueError: 34 34 continue 35 35 else: 36 36 return ts