Browse Source

Better message

Foppe Hemminga 6 năm trước cách đây
mục cha
commit
38589fe92e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -68,7 +68,7 @@ if __name__ == '__main__':
                     found_in_database = True
             if not found_in_database:
                 # 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.venue,
                                                                                                 scratching.race,