Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
Disable championgg temporarily due to its new web layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaswold committed Dec 16, 2020
1 parent 7e72ba6 commit 3d1d6b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# LoLBuilds
[![GitHub Releases](https://img.shields.io/github/downloads/mathiaswold/lolbuilds/latest/total)](https://github.com/MathiasWold/lolbuilds/releases/latest)

**[champion.gg](https://champion.gg/) is temporarily disabled due to its new website layout**

LoLBuilds is a small python program that fetches item builds from sources such as [champion.gg](https://champion.gg/) and [probuilds.net](https://probuilds.net/) (most frequent and highest win % builds) and converts them into item sets to be used in League of Legends. LoLBuilds imports item sets for each role the champion is played in, and additionally shows the recommended skill order. Supports Windows and macOS.

Inspired by [Championify](https://github.com/dustinblackman/Championify).
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sources import SOURCES
from utils import config, versions

LOLBUILDS_VERSION = "1.3.1"
LOLBUILDS_VERSION = "1.3.2"


def clear():
Expand Down
3 changes: 2 additions & 1 deletion sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from .opgg import Opgg

SOURCES = [
Championgg(),
# temporarily disabled since championgg source needs an update to the new web site
# Championgg(),
Probuilds(),
Opgg()
]

0 comments on commit 3d1d6b6

Please sign in to comment.