mastodonien.de

mastodon.art

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Mo 30.09.2024 00:01:00    37.626      +6    3.718.709    98,8 Mastodon.ART              4.2.12     500
So 29.09.2024 00:01:02    37.620      +3    3.716.742    98,8 Mastodon.ART              4.2.12     500
Sa 28.09.2024 00:01:07    37.617      +5    3.714.716    98,8 Mastodon.ART              4.2.12     500
Fr 27.09.2024 00:00:05    37.612      +6    3.712.415    98,7 Mastodon.ART              4.2.12     500
Do 26.09.2024 00:00:18    37.606     +10    3.709.951    98,7 Mastodon.ART              4.2.12     500
Mi 25.09.2024 00:00:11    37.596      +3    3.707.270    98,6 Mastodon.ART              4.2.12     500
Di 24.09.2024 00:00:01    37.593      +4    3.704.891    98,6 Mastodon.ART              4.2.12     500
Mo 23.09.2024 00:00:00    37.589      +6    3.702.634    98,5 Mastodon.ART              4.2.12     500
So 22.09.2024 00:00:18    37.583      +3    3.700.451    98,5 Mastodon.ART              4.2.12     500
Sa 21.09.2024 00:00:00    37.580       0    3.698.138    98,4 Mastodon.ART              4.2.12     500

Mo 30.09.2024 13:03

Pretty please with sugar on top, never, ever do this in Python.

Don't use a bare `except:` (it catches more than you may think), and especially never use it to silence errors. This makes bug hunting super, super hard. Instead, catch only those exceptions that you _know_ will be raised, and let the rest bubble up.

Screenshot of Python code, with `try: ... except: pass` to silently ignore any exception that might be thrown.

Screenshot of Python code, with `try: ... except: pass` to silently ignore any exception that might be thrown.

[Öffentlich] Antw.: 0 Wtrl.: 1 Fav.: 1 · via Web

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen