Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 23, 2017
1 parent 255d5aa commit 5b465ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EA/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
DECKSIZE = 40
CROSSOVER_RATE = 0.1
MUTATION_RATE = 0.2
NUMBER_OF_GENERATIONS = 400
MATCHES_PER_OPPONENT = '50' # must be string!
NUMBER_OF_GENERATIONS = 500
MATCHES_PER_OPPONENT = '1' # must be string!
CARD_POOL = read_card_pool('../AER-POOL-1.txt')
CARD_POOL_SIZE = len(CARD_POOL)
CARD_DIRECTORY = config.CARD_DIR
Expand Down
1 change: 1 addition & 0 deletions EA/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


def send_mail(send_to, text, files=[], isTls=True):
print('Sending mail')
msg = MIMEMultipart()
msg['From'] = 'Deckbuilder'
msg['To'] = COMMASPACE.join(send_to)
Expand Down

0 comments on commit 5b465ac

Please sign in to comment.