Skip to content

Commit

Permalink
the other versions have been removed, no need to load the keys for them!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13742 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 15, 2016
1 parent e4b0ce5 commit d776638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/codecs/nv_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def main():
if is_blacklisted():
log.warn("Warning: this driver version is blacklisted")
log.info("NVENC license keys:")
for v in (0, 4, 5, 6, 7):
for v in (0, 7):
keys = get_nvenc_license_keys(v)
log.info("* version %s: %s key(s)", v or "common", len(keys))
for k in keys:
Expand Down

0 comments on commit d776638

Please sign in to comment.