Update generator.py

This commit is contained in:
MoonGem 2018-03-27 01:08:41 -05:00 committed by GitHub
parent 195dbf7807
commit 76e54a682a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,9 @@ ppservers = ()
# Number of jobs to run
parts = 1000000
jobs = []
current = 0
def backtesting(ind):
er1 = str(ind)
ou1 = str(ind * 1024)