trwnh fe57550de2
Fix: Remove strict "is True" check
`is True` checks that the value points to the same memory. To check for truthiness, use `== True` or simply `if condition`
2022-11-30 11:00:30 -06:00
..
2022-11-09 14:35:45 +01:00
2022-11-09 14:54:00 +01:00
2022-11-30 11:00:30 -06:00
2022-11-22 11:33:05 +01:00
2022-11-22 11:33:05 +01:00
2022-11-22 11:33:05 +01:00
2022-10-13 14:24:36 +02:00