Merge branch 'threading' of 5ccppi:ccppi/job-scrapper into threading

This commit is contained in:
ccppi 2024-06-17 10:22:54 +02:00
commit c35c23f073

View File

@ -2,14 +2,19 @@
Install the requirements.txt Install the requirements.txt
# First time usage # First time usage
First run python lib/main.py --createdb cd lib/
Second run python lib/main.py --importregiondb
First run python main.py --createdb
Second run python main.py --importregiondb
# Config # Config
edit /lib/conf edit /lib/conf
# Main scripts # Main scripts
For the cmd line use python lib/main.py --help cd lib/
For the gui run python lib/gui.py For the cmd line use python main.py --help
For the gui run python gui.py
# BUG
There is a not implemented "feature" the cancel button on a password dialog does not work an you have to kill the application, will be fixed some time.