Browse Source

Merge 371602fa4a into a8ebb0f1b2

pull/75/merge
KartulUdus 8 years ago
committed by GitHub
parent
commit
e925fcf5f6
  1. 2
      disco/util/token.py

2
disco/util/token.py

@ -1,6 +1,6 @@
import re
TOKEN_RE = re.compile(r'M\w{23}\.[\w-]{6}\..{27}')
TOKEN_RE = re.compile(r'\w{24}\.[\w-]{6}\..{27}')
def is_valid_token(token):

Loading…
Cancel
Save