Skip to content

Commit 10afa02

Browse files
committed
Multiple fixes :
1. Batch Script launches the script detached 2. Fixed QT modules 3. Code to install correct-imports
1 parent 94ca169 commit 10afa02

File tree

4 files changed

+320
-134
lines changed

4 files changed

+320
-134
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For individuals with ADHD, time blindness (difficulty perceiving the passage of
6161
6262
4. Install dependencies:
6363
64-
`pip install numpy simpleaudio PySide6`
64+
`pip install numpy simpleaudio-patched PySide6`
6565
6666
5. Run the application:
6767

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"alarm": {
3131
"enabled": true,
32-
"duration": 0.4,
32+
"duration": 0.5,
3333
"interval": 120
3434
},
3535
"sound": {

0 commit comments

Comments
 (0)