Skip to content

Commit

Permalink
Renamed config file server.cfg to bot.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradox924X committed Jun 26, 2012
1 parent 0772a2c commit efe740d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion bot.py
Expand Up @@ -125,7 +125,7 @@ def signal_handler(signal, frame):
signal.signal(signal.SIGINT, signal_handler) signal.signal(signal.SIGINT, signal_handler)


config = RawConfigParser() config = RawConfigParser()
config_fp = open('server.cfg') config_fp = open('bot.cfg')
config.readfp(config_fp) config.readfp(config_fp)


print_out('='*len(GREETING)) print_out('='*len(GREETING))
Expand Down

0 comments on commit efe740d

Please sign in to comment.