Skip to content

Commit

Permalink
Revert "Randomise names in /about"
Browse files Browse the repository at this point in the history
This reverts commit d293457.
  • Loading branch information
clarencecastillo committed Sep 7, 2016
1 parent d293457 commit d22d03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import time
import urllib.request
import os
import random

BASE_IMAGE_URL = "https://webcam.ntu.edu.sg/upload/slider/"
NEWS_HUB_URL = "http://news.ntu.edu.sg/Pages/NewsSummary.aspx?Category=news+releases"
Expand Down Expand Up @@ -57,7 +56,7 @@
Made with %s by:
<b>%s</b>
''' % (VERSION, u'\U00002764', "\n".join(random.shuffle(['Clarence', 'Beiyi', 'Yuxin', 'Joel', 'Qixuan'])))
''' % (VERSION, u'\U00002764', "\n".join(['Clarence', 'Beiyi', 'Yuxin', 'Joel', 'Qixuan']))

PEEK_MESSAGE = "Choose a location to look at:"
NEWS_LOAD_MESSAGE = "Fetching latest news. Please wait."
Expand Down

0 comments on commit d22d03b

Please sign in to comment.