2 Achegas 8eab5ecda5 ... b5ab6c36af

Autor SHA1 Mensaxe Data
  raylu b5ab6c36af ships hai 1 semana
  raylu 8eab5ecda5 ships hai 1 semana
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ships.py

+ 1 - 0
ships.py

@@ -5,6 +5,7 @@ import typing
 import cache
 import integration
 
+
 def main() -> None:
 	ship_data: typing.Mapping[str, ShipData] = cache.get(
 			f'https://prun.raylu.net/stats/data/ship-data-{integration.pmmg_month()}.json', expiry=cache.ONE_DAY)