issue75:python
                Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| issue75:python [2013/12/22 07:54] – fcm_-_ekel | issue75:python [2013/12/22 08:11] (Version actuelle) – fcm_-_ekel | ||
|---|---|---|---|
| Ligne 111: | Ligne 111: | ||
| et les remplacer par | et les remplacer par | ||
| - | sql = ' | + | sql = ' | 
| cursor.execute(sql, | cursor.execute(sql, | ||
| Ligne 137: | Ligne 137: | ||
| en : | en : | ||
| - | sqlstring = " | + | sqlstring = " | 
| **This will create a result-set that we can then use to query TvRage for each series. Now find/ | **This will create a result-set that we can then use to query TvRage for each series. Now find/ | ||
| Ligne 189: | Ligne 189: | ||
| en : | en : | ||
| - | MettreAJourBase(NomSeries,id,pkid) | + | MettreAJourBase(NomSerie,id,pkid) | 
| et changez la ligne : | et changez la ligne : | ||
| Ligne 258: | Ligne 258: | ||
| network = dict[' | network = dict[' | ||
| airday = dict[' | airday = dict[' | ||
| - | airtime = dict['HeureDiffusion'] | + | airtime = dict['HoraireDiffusion'] | 
| **Finally, we create the query string to do the update (bottom). Again, this should all be on one line, but I’ve broken it up here to make it easy to understand. | **Finally, we create the query string to do the update (bottom). Again, this should all be on one line, but I’ve broken it up here to make it easy to understand. | ||
issue75/python.1387695246.txt.gz · Dernière modification : 2013/12/22 07:54 de fcm_-_ekel
                
                