278/fix-variable-errors-on-python-3-8 #279

Merged
blacklight merged 5 commits from 278/fix-variable-errors-on-python-3-8 into master 2023-08-18 17:25:09 +02:00
Owner

Closes #278

Closes #278
blacklight added the
bug
label 2023-08-18 15:54:30 +02:00
blacklight self-assigned this 2023-08-18 15:54:30 +02:00
blacklight added 2 commits 2023-08-18 15:54:30 +02:00
We should load the latest timestamps from the db when the thread starts
instead of doing it in the constructor.

The constructor may be invoked when the entities engine hasn't been
initialized yet, and result in deadlocks.
Added timeout parameter to requests.get in the rss plugin.
All checks were successful
continuous-integration/drone/push Build is passing
ca95490412
blacklight added 3 commits 2023-08-18 17:21:39 +02:00
This syntax is not supported on Python < 3.9, and therefore it should be
broken down as a multi-line statement.
The combination of `@property` + `@classmethod` isn't supported on
Python < 3.9.
Entity.columns class property replaced by Entity.get_columns method.
All checks were successful
continuous-integration/drone/push Build is passing
2cab836bdf
Again, Python < 3.9 doesn't like the combination of `@property` +
`@classmethod`.
blacklight changed title from WIP: 278/fix-variable-errors-on-python-3-8 to 278/fix-variable-errors-on-python-3-8 2023-08-18 17:22:46 +02:00
blacklight merged commit 3236e235ef into master 2023-08-18 17:25:09 +02:00
blacklight deleted branch 278/fix-variable-errors-on-python-3-8 2023-08-18 17:25:09 +02:00
Sign in to join this conversation.
No description provided.