wrapper and docs update.

This commit is contained in:
ingvar1995
2016-04-30 15:18:15 +03:00
parent 6a82b7d285
commit 59c72486f4
6 changed files with 45 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ class FileBot(object):
self.stop = False
self.profile = None
self.path = path
print 'FileBot v0.1'
print 'FileBot v0.1.1'
def main(self):
self.tox = tox_factory(ProfileHelper.open_profile(self.path))