Index: trunk/fundraiser-statistics/fundraiser-scripts/mine_contacts.py |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | |
128 | 128 | # Formats the statement according to query type |
129 | 129 | select_stmnt = self.__query_obj.format_query(self.__query_handle_contact, sql_stmnt, [where_str]) |
130 | | - print select_stmnt |
| 130 | + #print select_stmnt |
131 | 131 | |
132 | 132 | # initialize the db and execute the query |
133 | 133 | self.init_db() |
Index: trunk/fundraiser-statistics/bash/report_major_gifts.sh |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | | -python mine_contacts.py c |
| 6 | +python mine_contacts.py a |
7 | 7 | |
8 | 8 | cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_ecomm_by_contact.html /srv/org.wikimedia.fundraising/stats/ |
9 | 9 | |