platypush/platypush/backend/http/request
Fabio Manganiello 68c52fe102 - Importing Flask.request as http_request to prevent name clashes with
SQLAlchemy's request module

- All SQLAlchemy engine and connection setup done within get_new_items
to prevent different threads from creating and using the db instance

- Added check_same_thread to sqlite connection line to prevent
different-thread exceptions when the Flask main thread does some cleanup
2018-04-28 19:11:14 +02:00
..
ota Refactored HTTP request plugin and fixed bug on the plugin name 2018-01-12 15:18:06 +01:00
rss - Importing Flask.request as http_request to prevent name clashes with 2018-04-28 19:11:14 +02:00
__init__.py Support for RSS feeds update events, solves #48 2018-01-27 04:32:44 +01:00