X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Fdisplay.py;h=a130728e703776f8ee1d5b62ccad9454886da353;hp=133b7194d5d31a91f1ca36543077df66d87ad9fe;hb=c45e4eb98665368e2ab9ee183b565f27ad35b8c7;hpb=65cb608a985f5168edfa6e2833f37bc812274a2f diff --git a/lightcards/display.py b/lightcards/display.py index 133b719..a130728 100644 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -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):