cfg json bullcrap
This commit is contained in:
@@ -26,8 +26,8 @@ import json
|
||||
with open("conf.json", "r") as file:
|
||||
cfg = json.load(file)
|
||||
|
||||
headlineApiKey = cfg[twcApiKey]
|
||||
detailsApiKey = cfg[twcApiKey]
|
||||
headlineApiKey = cfg["twcApiKey"]
|
||||
detailsApiKey = cfg["twcApiKey"]
|
||||
|
||||
k = 0
|
||||
async def getAlerts(location):
|
||||
|
||||
Reference in New Issue
Block a user