Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Feb 20, 2017
1 parent a2a7e5c commit 1508497
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions system/cachetMonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@ def __init__(self):
self.utils = Utils()
self.config = self.utils.readConfig()
self.base_url = self.config['api_url']
self.api_url = self.config['api_url'] + '/api/v1'
self.api_url = '%s/api/v1' % self.config['api_url']
self.api_token = self.config['api_token']
self.maxRetries = self.config['retries']
print(self.base_url)
print(self.api_url)

try:
if self.checkInitialPing() == 200:
Expand Down

0 comments on commit 1508497

Please sign in to comment.