Skip to content

Commit

Permalink
add adventure tome items
Browse files Browse the repository at this point in the history
  • Loading branch information
gogodr committed Apr 30, 2022
1 parent 259f91a commit ed61580
Show file tree
Hide file tree
Showing 3 changed files with 1,949 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ Support for 21:9 is on the works.
Audio files from [MixKit](https://mixkit.co/)

### ToDo:
- Add Adventure Tome items
- Add Gold / Royal Crystal / Blue Crystal converstions support

### Changelog
### 0.4.5
- Add Adventure Tome items

### 0.4.4
- Add a logger window and option to write the log into files

Expand Down
4 changes: 2 additions & 2 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from ui.config.config import LostArkMarketWatcherConfig
from ui.log.log import LostArkMarketWatcherLog

version = '0.4.4'
version = '0.4.5'
debug = False


Expand Down Expand Up @@ -126,7 +126,7 @@ def process_screenshot(self, file):
entry_futures.append(entries_executor.submit(
self.market_db.add_entry, item, self.play_audio))
wait(entry_futures)
self.write_log("== Finished ==")
self.write_log("Finished")
if self.play_audio == True:
playSuccess()
time.sleep(1)
Expand Down
Loading

0 comments on commit ed61580

Please sign in to comment.