make brayden's stuff work

This commit is contained in:
topkecleon
2016-06-07 00:31:34 -04:00
parent a97457aa01
commit 6fc5320198
53 changed files with 66 additions and 66 deletions

View File

@ -2,7 +2,7 @@ local weather = {}
local HTTP = require('socket.http')
local JSON = require('dkjson')
local utilities = require('utilities')
local utilities = require('otouto.utilities')
function weather:init(config)
if not config.owm_api_key then