]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/lightcards.py
Add help screen and create disp_init() function
[lightcards.git] / lightcards / lightcards.py
index 3279f483d2764fcec9041d320d46e6ae1a16d372..2377c69e675d2b02b2594a59d2c8479ef6abd213 100755 (executable)
@@ -42,7 +42,7 @@ def show(args, stack, headers):
         shuffle(stack)
     elif args.reverse:
         stack.reverse()
-    wrapper(display.get_key, stack, headers, idx)
+    wrapper(display.init_disp, stack, headers, idx)
 
 
 def main(args=sys.argv):