]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/display.py
Fix pickle implementation
[lightcards.git] / lightcards / display.py
index 133b7194d5d31a91f1ca36543077df66d87ad9fe..a130728e703776f8ee1d5b62ccad9454886da353 100644 (file)
@@ -48,7 +48,7 @@ class Display:
         if self.obj.getIdx() + 1 == len(self.stack):
             self.obj.setIdx(0)
 
-        progress.dump(self.stack, runner.get_orig())
+        progress.dump(self.stack, runner.get_orig()[1])
         sys.exit(0)
 
     def ntotal(self):