synchronized awesome list (https://github.com/radek-sprta/awesome-game-remakes) and sourceforge member pages and some inspiration wikipedia links

This commit is contained in:
Trilarion
2021-09-28 13:42:58 +02:00
parent 0daac9c31e
commit e7ea8fc6ab
67 changed files with 607 additions and 129 deletions

View File

@ -18,7 +18,7 @@ def read_rejected_file():
text = u.read_text(rejected_file)
rejected = []
for line in text.split('\n'):
print(line)
# print(line)
matches = matcher.findall(line)[0] # we know there will be exactly one match on every line
name = matches[0].strip()
links = matches[1].split(',')