ソースを参照

Variable naming error

master
Thomas Mannay GitHub 7年前
コミット
c3283b1916
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      seddy.py

+ 2
- 2
seddy.py ファイルの表示

@@ -56,13 +56,13 @@ class Queue:
return False

def seddy(sed, history):
flag = 0
f = 0
regex = parse_sed.split(sed)

if len(regex) < 4:
return False
if 'i' in regex[3]:
flag |= re.I
f |= re.I
try:
msg = history.find(regex[1], f)
except:


読み込み中…
キャンセル
保存