diff --git a/botany.py b/botany.py index b5ef833..71b86d8 100755 --- a/botany.py +++ b/botany.py @@ -81,7 +81,7 @@ class DataManager(object): def check_plant(self): # check for existing save file - if os.path.isfile(self.savefile_path): + if os.path.isfile(self.savefile_path) and os.path.getsize(self.savefile_path) > 0: return True else: return False