Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit e54cd1e

Browse files
committed
fixing typo
1 parent 096a3a0 commit e54cd1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ctapi/ctapi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def _api_query(self, method, params={}):
8080
params.update({
8181
'method': method,
8282
'nonce': '%d' % int(time.time() * 10),
83-
# 'nonce': 1515332961,
8483
})
8584

8685
params_string = self._encode_params_url(params)
@@ -90,7 +89,7 @@ def _api_query(self, method, params={}):
9089
'Key': self.api_key,
9190
'Sign': params_signed,
9291
'Connection': 'close',
93-
'User-Agent': 'python-cointracking-api/%s (https://github.com/tbl42/python-cointracking-api)' % (__version__),
92+
'User-Agent': 'python-cointracking-api/%s (https://github.com/tbl42/python-ctapi)' % (__version__),
9493
}
9594

9695
logger.debug("="*30)

0 commit comments

Comments
 (0)