Skip to content

Commit

Permalink
link to articles
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Jul 24, 2013
1 parent e6d1fec commit 79a0adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gan.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def process_article(page):
print "\n\n=====\nProcessing {}".format(page.name)
text = page.edit()

results = """== {0} ==\n'''Generated ~~~~~ by [[User:Theo's Little Bot|]]'''""".format(page.name)
results = """== [[{0}]] ==\n'''Generated ~~~~~ by [[User:Theo's Little Bot|]]'''""".format(page.name)

## ALERTS
results += alerts(text)
Expand Down

0 comments on commit 79a0adc

Please sign in to comment.