Skip to content

Commit 7fbf397

Browse files
author
api.jscudder
committed
Changing the SCOPE_ALL constant to match https URLs as well.
1 parent 8a8250e commit 7fbf397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/atom/token_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import http_interface
3232

3333

34-
SCOPE_ALL = 'http://'
34+
SCOPE_ALL = 'http'
3535

3636

3737
class TokenStore(object):

0 commit comments

Comments
 (0)