Skip to content

Commit

Permalink
Increase invest amount for static
Browse files Browse the repository at this point in the history
  • Loading branch information
marbru committed Sep 16, 2017
1 parent 5cda8f2 commit 3fe5cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algos/static.py
@@ -1,6 +1,6 @@
import random

INVESTMENT_AMOUNT = 100
INVESTMENT_AMOUNT = 1000


class Static:
Expand Down

0 comments on commit 3fe5cfc

Please sign in to comment.