sdague / mychevy

Python module to interact with my.chevy website for collecting charge data for chevy bolt
Other
50 stars 8 forks source link

Use m.group(1) regex syntax #17

Open randyreeder opened 3 years ago

randyreeder commented 3 years ago

For compatibility with python3.5, Use m.group(1) regex syntax since m[1] support is new in python 3.6


This change is Reviewable