mricon / ingress-fieldplan

Generate an easy workplan for Ingress fielding excursions
GNU General Public License v3.0
31 stars 8 forks source link

AttributeError: 'DiGraph' object has no attribute 'node' #24

Closed sky80830 closed 4 years ago

sky80830 commented 4 years ago

DiGraph update. node is replaced by nodes. Changes required in maxfield.py and Triangle.py and gsheets.py changes.zip

sseagle commented 4 years ago

Thanks for this, if you do the step by step pngs you also need to update animate.py, which I have managed to do and place here :) animate.py.zip

Joerchi commented 4 years ago

Thanks @sseagle , thanks @sky80830 , for these two ZIP files. After having overwritten the original files with your patches, everything is working smoothly!

mricon commented 4 years ago

This should be fixed in the latest commit. Thanks for your help.