Revision 12da78d5

b/image_creator/dialog_main.py
440 440
                del session["token"]
441 441
            else:
442 442
                session["token"] = answer.strip()
443
                Kamaki.save_token(session['account'])
443
                Kamaki.save_token(session['token'])
444 444
                default_item = "Upload"
445 445
        elif choice == "Upload":
446 446
            if upload_image(session):
......
960 960
            while 1:
961 961
                try:
962 962
                    out = CompositeOutput([log])
963
                    out.output("Starting %s version %s..." % \
963
                    out.output("Starting %s v%s..." % \
964 964
                               (parser.get_prog_name(), version))
965 965
                    ret = image_creator(d, media, out)
966 966
                    sys.exit(ret)

Also available in: Unified diff