Skip to content

Commit

Permalink
Python is lame
Browse files Browse the repository at this point in the history
  • Loading branch information
Kragrathea committed Oct 21, 2019
1 parent 2b8aeb7 commit 894c0eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion octoprint_prettygcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def get_update_information(self):
# can be overwritten via __plugin_xyz__ control properties. See the documentation for that.
__plugin_name__ = "PrettyGCode"
def __plugin_load__():
global __plugin_implementation__ = PrettyGCodePlugin()
global __plugin_implementation__
__plugin_implementation__ = PrettyGCodePlugin()

global __plugin_hooks__
__plugin_hooks__ = {
Expand Down

0 comments on commit 894c0eb

Please sign in to comment.