2 커밋 8eab5ecda5 ... b5ab6c36af

작성자 SHA1 메시지 날짜
  raylu b5ab6c36af ships 1 주 전
  raylu 8eab5ecda5 ships 1 주 전
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)