From 9eb9ebf0e66e068cac8e9ada1d626b532d28285e Mon Sep 17 00:00:00 2001 From: daid Date: Wed, 28 Aug 2013 10:08:20 +0200 Subject: [PATCH] Fix the FakeYoumagine class. --- Cura/util/youmagine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/util/youmagine.py b/Cura/util/youmagine.py index 935aae1a..1451178a 100644 --- a/Cura/util/youmagine.py +++ b/Cura/util/youmagine.py @@ -192,7 +192,7 @@ class Youmagine(object): #Fake Youmagine class to test without internet class FakeYoumagine(Youmagine): - def __init__(self, authToken): + def __init__(self, authToken, callback): super(FakeYoumagine, self).__init__(authToken) self._authUrl = 'file:///C:/Models/output.html' self._authToken = None -- 2.30.2