Skip to content

Commit c410847

Browse files
committed
Fix not initing console
1 parent 88b94b8 commit c410847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plain2code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def render(args, run_state: RunState):
10951095
console.info(full_plain_source)
10961096
return
10971097

1098-
codeplainAPI = codeplain_api.CodeplainAPI(args.api_key)
1098+
codeplainAPI = codeplain_api.CodeplainAPI(args.api_key, console)
10991099
codeplainAPI.debug = args.debug
11001100
codeplainAPI.verbose = args.verbose
11011101

0 commit comments

Comments
 (0)