wtclarke / pymapvbvd

Python port of mapVBVD
MIT License
40 stars 25 forks source link

Added function to ammend loop counters #9

Closed ironic-ath closed 3 years ago

ironic-ath commented 3 years ago

to twix_map_obj I have added the function fixLoopCounter(self,loop,newLoop)

in mapVBVD's class myAttrDict(AttrDict) I made *kwargs to **kwargs

for some reason spider required this. I think this is how it should be.

wtclarke commented 3 years ago

Note to self, checked tests pass on python 3.8 and 3.6.