Skip to content

Commit

Permalink
v0.4.5 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomreece committed Mar 23, 2016
1 parent f9b6cc1 commit c80d975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ [email protected]

### Changelog

#### 2016-03-22 [v0.4.5](https://github.com/tomreece/pucauto/archive/v0.4.5.zip)
* Fixed a crash upon startup caused by an outdated dependency version (Selenium).
* Fixed a crash when searching for addons if you had no outgoing trades on your
Cards Sending list. Thanks to Nakroma for this contribution!

#### 2016-03-01 [v0.4.4](https://github.com/tomreece/pucauto/archive/v0.4.4.zip)
* Fixed a bug where usernames or card names with special Unicode characters
would cause Pucauto to crash.
Expand Down
6 changes: 3 additions & 3 deletions pucauto.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def print_pucauto():
| ___|| || _|| || | | | | |_| |
| | | || |_ | _ || | | | | |
|___| |_______||_______||__| |__||_______| |___| |_______|
pucauto.com v0.4.4
pucauto.com v0.4.5
github.com/tomreece/pucauto
@pucautobot on Twitter
Expand Down Expand Up @@ -154,12 +154,12 @@ def find_and_send_add_ons():
"""

DRIVER.get("https://pucatrade.com/trades/active")

try:
DRIVER.find_element_by_css_selector("div.dataTables_filter input").send_keys('Unshipped')
except NoSuchElementException:
return

# Wait a bit for the DOM to update after filtering
time.sleep(5)

Expand Down

0 comments on commit c80d975

Please sign in to comment.