Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jul 28, 2021
2 parents 2494f77 + 521ab79 commit 7dee5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversations/datastore/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):

self.session = aiohttp.ClientSession()

self.base_url = "http://127.0.0.1:8000/api/"
self.base_url = "https://stats.koldfusion.xyz/api/"

async def _set_new_tokens(self) -> None:
"""Get and set a set of tokens using USERNAME / PASSWORD"""
Expand Down

0 comments on commit 7dee5b7

Please sign in to comment.