Skip to content

Commit b19048f

Browse files
committed
made structure compatible with pip
1 parent 01c3ac2 commit b19048f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def publicRequest(self, url):
179179
debugToConsole("REQUEST: " + url)
180180
if(self.APIKEY != ''):
181181
now = int(time.time() * 1000)
182-
# let sig = createSignature(timestamp, method, , data)
183182
sig = createSignature(now, 'GET', url.replace(self.base, ''), {}, self.APISECRET)
184183
headers = {
185184
'Bitvavo-Access-Key': self.APIKEY,

0 commit comments

Comments
 (0)