diff --git a/etiquette/photodb.py b/etiquette/photodb.py index 8267e32..b923b00 100644 --- a/etiquette/photodb.py +++ b/etiquette/photodb.py @@ -1886,7 +1886,3 @@ class PhotoDB( def save_config(self): with self.config_filepath.open('w', encoding='utf-8') as handle: handle.write(json.dumps(self.config, indent=4, sort_keys=True)) - -if __name__ == '__main__': - p = PhotoDB() - print(p)