mirror of
https://github.com/jlengrand/twitterboard.git
synced 2026-03-10 08:51:22 +00:00
20 lines
610 B
Plaintext
20 lines
610 B
Plaintext
TODO:
|
|
|
|
Set all folders/parameters in prroperties files and do not have to modify code.
|
|
|
|
|
|
|
|
How is it possible to know which thread raised the error ? Output only says thread.py
|
|
|
|
enhancement : Session is redefined again and again over the code.
|
|
Create a class creating sessions to avoid code repetition.
|
|
|
|
sessions have to be closed!
|
|
normally, 5 concurrent sessions can be created within a pool
|
|
|
|
SOLVED:
|
|
|
|
|
|
Running command.py generates a database problem. Apparently due to passing session/connection between threads.
|
|
|
|
It is possible to create the same hashtag several times in the databse. => Add existence checks |