diff options
author | cedricbonhomme <devnull@localhost> | 2010-09-12 19:24:31 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-09-12 19:24:31 +0200 |
commit | 6f6a5ca11904d29e6b69d02bfc2c09b78ba62f35 (patch) | |
tree | 8a75a6051842dc7676172f5008062346f3fff46d | |
parent | New logo for identi.ca. (diff) | |
download | newspipe-6f6a5ca11904d29e6b69d02bfc2c09b78ba62f35.tar.gz newspipe-6f6a5ca11904d29e6b69d02bfc2c09b78ba62f35.tar.bz2 newspipe-6f6a5ca11904d29e6b69d02bfc2c09b78ba62f35.zip |
Some changes.
-rwxr-xr-x | pyAggr3g470r.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 10c579a9..48b70388 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -1086,12 +1086,15 @@ class Root: if __name__ == '__main__': # Point of entry in execution mode + print "Launching pyAggr3g470r..." LOCKER = threading.Lock() root = Root() if not os.path.isfile(utils.sqlite_base): # create the SQLite base if not exists + print "Creating data base..." utils.create_base() # load the informations from base in memory + print "Loading informations from data base..." root.update() # launch the available base monitoring method (gamin or classic) try: |