瀏覽代碼

Not import tty and termios when in nt os (#563)

Modules tty and termios will not be used in Windows

Fix lesspass/lesspass#556
pull/568/head
AT_ 4 年之前
committed by GitHub
父節點
當前提交
473b253971
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      cli/lesspass/fingerprint.py

+ 3
- 2
cli/lesspass/fingerprint.py 查看文件

@@ -3,12 +3,13 @@ import hashlib
import sys
import os
import random
import tty
import termios
import threading

if os.name == "nt":
import msvcrt
else:
import tty
import termios


icon_names = [


Loading…
取消
儲存