Skip to content

Commit

Permalink
moved network functions - but forgot one call - now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 13, 2020
1 parent 5f3a974 commit b5c1f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def _api_from_web(self):
try:
if self.logger:
self.logger.debug('Call: doit!')
response = self.network.do__connection("GET", url)
response = self.network('GET', url)
if self.logger:
self.logger.debug('Call: done!')
except Exception as e:
Expand Down

0 comments on commit b5c1f60

Please sign in to comment.