Skip to content

Commit adfb9cf

Browse files
authored
Update kscript.py
1 parent 5bf529b commit adfb9cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kscript.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323

2424

25-
k_api_key = '6057c13869dbd80006792653'
26-
k_api_secret = '0e5e6ab8-b441-47aa-af06-9a856594569e'
27-
k_api_passphrase= 'apipump'
25+
k_api_key = ''
26+
k_api_secret = ''
27+
k_api_passphrase= ''
2828
k_client = Client(k_api_key, k_api_secret, k_api_passphrase)
2929

3030
def float_precision(f, n):
@@ -270,4 +270,4 @@ def fire(x, tic):
270270
tic=time.time()
271271
fire(coin, tic)
272272

273-
273+

0 commit comments

Comments
 (0)