mirror of
https://github.com/jlengrand/twitterboard.git
synced 2026-03-10 00:41:18 +00:00
removes .ini files from repo. Changes leaderboard printing back to html
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ lib_tests/tweepy
|
||||
*.pyc
|
||||
test.py
|
||||
*.db
|
||||
*.ini
|
||||
|
||||
26
basic.ini
26
basic.ini
@@ -1,26 +0,0 @@
|
||||
#basic.ini
|
||||
#contains default arguments used on my development machine
|
||||
#change accordingly to make things work on your own configuration
|
||||
|
||||
[base]
|
||||
|
||||
root=/home/jll/Documents/code/twitterboard/
|
||||
engine=sqlite:///twiderboard.db
|
||||
|
||||
[log]
|
||||
|
||||
debug=Falsez
|
||||
name=board.log
|
||||
|
||||
[keys]
|
||||
|
||||
root=/home/jll/Documents/code/twitterboard/
|
||||
basic =basic.keys
|
||||
oauth =oauth.keys
|
||||
oauth_id=True
|
||||
|
||||
[html]
|
||||
|
||||
root=/home/jll/Dropbox/Public/Twiderboard/
|
||||
html=leader.html
|
||||
tmpl=tmpl.html
|
||||
@@ -197,7 +197,7 @@ if __name__ == '__main__':
|
||||
# registering the signal
|
||||
signal.signal(signal.SIGINT, stop_handler)
|
||||
|
||||
l = StdLeaderBoard()
|
||||
#l = HtmlLeaderboard()
|
||||
#l = StdLeaderBoard()
|
||||
l = HtmlLeaderboard()
|
||||
print "Press CTRL + C to stop application"
|
||||
l.start()
|
||||
|
||||
Reference in New Issue
Block a user