Don’t need members list if not building the site
This commit is contained in:
parent
0a4792f03a
commit
5d65a8b777
1 changed files with 28 additions and 27 deletions
|
@ -43,6 +43,7 @@ for row in souprows:
|
|||
deckdict["series"] = deckseries
|
||||
deckkey[deckname] = deckdict
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
request = requests.get("https://colors-tcg.eu/members.php")
|
||||
print("Getting members list")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue