Pezh commited on
Commit
448e1f1
1 Parent(s): b6a287b

Update Pas.py

Browse files
Files changed (1) hide show
  1. Pas.py +2 -2
Pas.py CHANGED
@@ -5,8 +5,8 @@ from sklearn.metrics import r2_score
5
  from sklearn.model_selection import train_test_split
6
 
7
  exchange = ccxt.mexc({
8
- 'apiKey': 'YOUR_API_KEY',
9
- 'secret': 'YOUR_SECRET_KEY',
10
  'enableRateLimit': True,
11
  })
12
 
 
5
  from sklearn.model_selection import train_test_split
6
 
7
  exchange = ccxt.mexc({
8
+ 'apiKey': 'mx0vglbkoCOwmqV5tn',
9
+ 'secret': 'c6d8cc8953fd405787ed54e3488ae0db',
10
  'enableRateLimit': True,
11
  })
12