Skip to content

Commit

Permalink
get_version() must always return a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 3, 2024
1 parent 5d07825 commit 98d34be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/nvidia/nvfbc/fbc_capture_win.pyx
Expand Up @@ -536,7 +536,7 @@ cdef get_frame_grab_info(NvFBCFrameGrabInfo *grab_info):
}

def get_version():
return version
return (version, )

def get_type():
return "nvfbc"
Expand Down

0 comments on commit 98d34be

Please sign in to comment.