File tree Expand file tree Collapse file tree 4 files changed +15
-32
lines changed
Expand file tree Collapse file tree 4 files changed +15
-32
lines changed Original file line number Diff line number Diff line change @@ -186,3 +186,4 @@ cython_debug/
186186
187187# PyPI configuration file
188188.pypirc
189+ settings.json
Original file line number Diff line number Diff line change 1+
12Install dependencies: pip install PyQt5 pygame
23
3- Rebuild spec:
4- pyinstaller workout_timer.spec
4+ ----------------------------------------------
55
66Run from src directory:
77cd src
88python main.py
99
1010Or run from root directory:
11- python -m src.main
11+ python -m src.main
12+
13+ ----------------------------------------------
14+
15+ Remove file from git source control:
16+ git rm --cached filename12345.filetype
17+
18+ ----------------------------------------------
19+
20+ Rebuild exe to dist directory:
21+ pyinstaller workout_timer.spec
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def initUI(self):
127127 2 if attr == "workout_duration" else
128128 2 if attr == "rest_duration" else
129129 1 if attr == "rounds" else
130- 0 if attr == "lead_up_duration" else
130+ 0 if attr == "lead_up_duration"
131131 else 0
132132 )
133133 maxv = (
You can’t perform that action at this time.
0 commit comments