gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 245 forks source link

Fixed typo area doesn't exist areas does #306

Closed Ofloo closed 3 years ago

Ofloo commented 3 years ago

Typo in example file area doesn't exist I assume it's supposed to be areas

gijzelaerr commented 3 years ago

it looks like you are issuing a PR from an older checkout or version.

Ofloo commented 3 years ago

Made the checkout today about an hour ago ?

Ofloo commented 3 years ago

And the link in the comments also doesn't exist anymore

https://github.com/gijzelaerr/python-snap7/blob/master/snap7/snap7types.py shoud be # https://github.com/gijzelaerr/python-snap7/blob/master/snap7/types.py

Ofloo commented 3 years ago

And i made mistake myself, .. it should in fact be Areas rather then areas because areas gets a type error while Areas doens't.