Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Windows build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Nov 2, 2020
1 parent 0c1bf92 commit a842359
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Install dependencies:
```
pip install --user -r requirements.txt
```
**Windows**: If you get errors installing dependencies, use Python 3.6 exactly.

Run:
```
python beatporttagger.py
Expand Down
4 changes: 2 additions & 2 deletions beatporttagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def update(self):
'Beatport Tagger',
'html/index.html',
resizable=False,
width=435,
width=440,
height=800,
min_size=(435, 800),
min_size=(440, 800),
js_api=JSAPI()
)

Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>SETTINGS</h2>
<input type="checkbox" id="replaceArt">
<label for="replaceArt" class="checkbox-label">Replace
Album Art
</label>
</label>
<span class="checkbox-custom circular"></span>
</label>
</div>
Expand Down
1 change: 1 addition & 0 deletions html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body {
color: #F5F5F5;
font-size: 13;
margin: 0px;
overflow: hidden;
}

h1 {
Expand Down

0 comments on commit a842359

Please sign in to comment.