mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
Some changes
This commit is contained in:
@@ -191,3 +191,8 @@ class GenerationContext:
|
||||
self.progress(0.99, "Storing in database...")
|
||||
self.store_in_db()
|
||||
self.progress(1, "Done!")
|
||||
|
||||
if os.name == 'nt':
|
||||
os.system(f"start {self.dir}")
|
||||
else:
|
||||
os.system(f"open {self.dir}")
|
||||
|
||||
Reference in New Issue
Block a user