Skip to content

Commit 0fa753e

Browse files
committed
Remove paper API keys
1 parent 9e65df5 commit 0fa753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/overnight_hold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def run_live(api):
240240

241241

242242
if __name__ == '__main__':
243-
api = tradeapi.REST('PKLF4UR7WCI5U9D6QKTU', '0pEmERtAlypbsm/peYlFSacQljQs5AxuQt3yAeJE', 'https://paper-api.alpaca.markets')
243+
api = tradeapi.REST()
244244

245245
if len(sys.argv) < 2:
246246
print('Error: please specify a command; either "run" or "backtest".')

0 commit comments

Comments
 (0)