Difference between revisions of "User:Ch4zm/Hellmouth II/Wiki bot retrofit"

From Golly.Life Wiki
Line 21: Line 21:
 
crowns driver golly:
 
crowns driver golly:
 
* had to go through and update the crown data for each crown
 
* had to go through and update the crown data for each crown
 +
* {{Tl|CactusCrownHellmouthIICupSeason}}
 +
* {{Tl|CactusCrownHellmouthIICupPostseason}}
 
* {{Tl|JetstreamCrownHellmouthIICupSeason}}
 
* {{Tl|JetstreamCrownHellmouthIICupSeason}}
 
* {{Tl|JetstreamCrownHellmouthIICupPostseason}}
 
* {{Tl|JetstreamCrownHellmouthIICupPostseason}}

Revision as of 17:40, 7 October 2023

Retrofit pkg modules

Where did we start?

  • pkg/summaries/
  • pkg/winners/
  • pkg/seasons/

Next, look for all the imports of cup data classes that don't include Hellmouth II:

$ grep "from ..cup_data import HellmouthCup" pkg/* -r
  • pkg/crowns/
  • pkg/records/
  • (leave records for last...)

Botdrivers

crowns driver golly: