Skip to content

Commit

Permalink
Handle the zebra list properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bhdn committed Sep 13, 2011
1 parent ae0d44b commit e7a7617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acdp.py
Expand Up @@ -28,7 +28,7 @@
# person_name
person_name_r = re.compile('name="person_name" value="(.*)"></center>Internal Hours')
# month listing
list_entry = re.compile('<tr class="row1">\n\s*<td align="center">(\d+)</td>\n\s*<td align="left">(.*)</td>\n\s*<td align="center">(\d+)</td>\n\s*<td align="left"></td>\n\s*<td align="left">(.*)</td>')
list_entry = re.compile('<tr class="row[12]">\n\s*<td align="center">(\d+)</td>\n\s*<td align="left">(.*)</td>\n\s*<td align="center">(\d+)</td>\n\s*<td align="left"></td>\n\s*<td align="left">(.*)</td>')
# project listing
project_entry = re.compile('\?proj_id=(\d+)">(.*)</a>')
# editable entry
Expand Down

0 comments on commit e7a7617

Please sign in to comment.