pygate / pygate-gRPC

A Python gRPC Powergate client
http://pygate.tech
MIT License
22 stars 5 forks source link

Token should be able to be None in FFS method `_get_meta_data`. #48

Open ribeirojose opened 4 years ago

ribeirojose commented 4 years ago

As the token can be set in the instance, one should be able to call this method with no args (its logic already assumes that).

https://github.com/pygate/pygate-gRPC/blob/c98019f9962cf4f4c74329827e18cb46c126a8f8/pygate_grpc/ffs.py#L215