Browse Source

Merge 04be98a806 into a8ebb0f1b2

pull/76/merge
Naymin 8 years ago
committed by GitHub
parent
commit
5b46f701ed
  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