Fixed bug with time after seeing it in a users log
This commit is contained in:
parent
b41e659dbd
commit
1325958546
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
from util import hook
|
from util import hook
|
||||||
from util import http
|
from util import http
|
||||||
from util.formatting import capitalize_first
|
from util.text import capitalize_first
|
||||||
|
|
||||||
api_url = 'http://api.wolframalpha.com/v2/query?format=plaintext'
|
api_url = 'http://api.wolframalpha.com/v2/query?format=plaintext'
|
||||||
|
|
||||||
|
|
Reference in a new issue