DeviatorZ / league-account-checker

an account checker for league of legends
GNU General Public License v3.0
63 stars 8 forks source link

Added a function to return the date of the last match played. #43

Closed luivszzz closed 1 year ago

luivszzz commented 1 year ago

just put a function in data.py file in "client/tasks", and used it in the examples

DeviatorZ commented 1 year ago

Thank you for your contribution! The changes you made look great overall. One suggestion for improvement is to add error handling in case there are no games in the match history to prevent potential issues.

luivszzz commented 1 year ago

Thank you for your contribution! The changes you made look great overall. One suggestion for improvement is to add error handling in case there are no games in the match history to prevent potential issues.

thanks for the suggestion, I'll work on it!