jneilliii / OctoPrint-UltimakerFormatPackage

GNU Affero General Public License v3.0
30 stars 7 forks source link

Fix `null` to be `None` #37

Closed ayufan closed 3 years ago

ayufan commented 3 years ago

This fixes an undefined symbol null, where-as it should be None

ayufan commented 3 years ago

@jneilliii This makes it truly work. No 500 for me anymore :) Also removed some whitespaces.