Changeset 4687 for 2013/30/write_report.py
- Timestamp:
- 2013-07-25 19:10:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/30/write_report.py
r4685 r4687 106 106 result = lines[2].strip() 107 107 time_of_update = lines[3].strip() 108 if hide_pong_games and re.search(" pong", name, flags=re.IGNORECASE):108 if hide_pong_games and re.search("^pong", name, flags=re.IGNORECASE): 109 109 continue 110 110
Note: See TracChangeset
for help on using the changeset viewer.