chore: drop extra print in readme generator
This commit is contained in:
@@ -509,11 +509,9 @@ def main():
|
|||||||
with open("config") as f:
|
with open("config") as f:
|
||||||
for line in f.readlines():
|
for line in f.readlines():
|
||||||
if f"{variable}_CONFIG_OPTIONS" in line:
|
if f"{variable}_CONFIG_OPTIONS" in line:
|
||||||
print(variable)
|
|
||||||
match = re.search('"(.+)"', line)
|
match = re.search('"(.+)"', line)
|
||||||
if match is not None:
|
if match is not None:
|
||||||
options = match.group(1)
|
options = match.group(1)
|
||||||
print(options)
|
|
||||||
|
|
||||||
sponsors = []
|
sponsors = []
|
||||||
with open("plugin.toml") as f:
|
with open("plugin.toml") as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user