Ethan T.
61bbb99d9e
fix: replace bare except with Exception in oauth.py ( #22420 )
...
* fix: replace bare except with except Exception in main.py
* fix: replace bare except with Exception in oauth.py
In Python 3, bare 'except:' is discouraged as it catches all
SystemExit and KeyboardInterrupt exceptions. Changed to 'except Exception:'
to only catch actual exceptions.
2026-03-08 16:36:53 -05:00
..
2026-03-02 17:26:18 -06:00
2025-12-30 12:24:48 +04:00
2026-02-19 14:08:15 -06:00
2026-03-06 14:24:24 -06:00
2026-02-11 16:40:40 -06:00
2026-02-21 15:35:34 -06:00
2026-02-11 16:24:11 -06:00
2026-02-19 16:29:19 -06:00
2026-02-16 15:32:28 -06:00
2026-02-11 16:24:11 -06:00
2026-02-11 16:24:11 -06:00
2026-01-28 01:18:39 +04:00
2026-02-24 15:58:23 -06:00
2025-12-29 00:21:18 +04:00
2026-02-06 03:23:37 +04:00
2026-02-23 11:52:29 -06:00
2026-03-07 20:43:45 -06:00
2026-02-27 16:03:12 -06:00
2026-03-07 20:14:32 -06:00
2026-03-08 16:36:53 -05:00
2026-02-22 17:11:50 -06:00
2026-02-21 15:35:34 -06:00
2025-12-02 03:52:38 -05:00
2026-01-29 17:13:03 +04:00
2026-02-23 18:23:34 -06:00
2026-02-11 16:24:11 -06:00
2026-02-24 14:47:28 -06:00
2026-02-11 16:24:11 -06:00
2026-03-07 19:31:51 -06:00
2026-02-11 16:24:11 -06:00
2026-01-08 00:42:29 +04:00