mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Guarded against crazy win32 boxes.
This commit is contained in:
parent
21879d0723
commit
167acefe8a
@ -253,6 +253,11 @@ if __name__ == '__main__':
|
|||||||
os.chmod(filename, 0755)
|
os.chmod(filename, 0755)
|
||||||
|
|
||||||
|
|
||||||
|
if sys.platform == 'win32':
|
||||||
|
print
|
||||||
|
print 'You\'re done! Run the bot however works for you.'
|
||||||
|
print
|
||||||
|
else:
|
||||||
print
|
print
|
||||||
print 'You\'re done! Now run the bot with the command line:'
|
print 'You\'re done! Now run the bot with the command line:'
|
||||||
print './%s' % filename
|
print './%s' % filename
|
||||||
|
Loading…
Reference in New Issue
Block a user