Commit bdb3b4af authored by Seblu's avatar Seblu
Browse files

set offline to false after creating a repository

parent 9924f0bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ class Repository(object):
                         gid=config.gid, mode=config.fmod)
        # load database
        self.db = Database(config.dbpath)
        # mark repo as not offline
        self.config.offline = False
        # create/update last file
        self.update_last()