This commit is contained in:
ingvar1995
2016-10-03 00:24:34 +03:00
parent 3ea8c049c5
commit 80c2e620bd
2 changed files with 8 additions and 4 deletions

View File

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