Skip to content

Commit

Permalink
add notice
Browse files Browse the repository at this point in the history
  • Loading branch information
JSlote committed Aug 6, 2014
1 parent 55f5838 commit c9e8bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psiturk/psiturk_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@ def get_intro_prompt(self):
''' Overloads intro prompt with network-aware version if you can reach
psiTurk.org, request system status message'''
server_msg = self.web_services.get_system_status()
return server_msg + colorize('psiTurk version ' + version_number +
thisfork = "\n----------------------------\n-< You\'re on the JSlote Fork\n----------------------------\n"
return server_msg + thisfork + colorize('psiTurk version ' + version_number +
'\nType "help" for more information.',
'green', False)

Expand Down

0 comments on commit c9e8bb3

Please sign in to comment.