|
@@ -68,7 +68,7 @@ if __name__ == '__main__':
|
|
|
found_in_database = True
|
|
found_in_database = True
|
|
|
if not found_in_database:
|
|
if not found_in_database:
|
|
|
# report new scratching
|
|
# report new scratching
|
|
|
- message = 'New scratching: date = {} venue = {}-{} race = {} horse = {}'.format(scratching.date,
|
|
|
|
|
|
|
+ message = 'New scratching: date = {} | venue = {}-{} | race = {} | horse = {}'.format(scratching.date,
|
|
|
scratching.state,
|
|
scratching.state,
|
|
|
scratching.venue,
|
|
scratching.venue,
|
|
|
scratching.race,
|
|
scratching.race,
|