David Blume commited on 2020-12-27 11:20:32
Showing 2 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -28,7 +28,7 @@ def main(debug: bool): |
28 | 28 |
counter.counter.run() |
29 | 29 |
v_print("Running sitesize...") |
30 | 30 |
sitesize.sitesize.run() |
31 |
- print(f'Done. That took {time.time() - start_time:1.2f}s.') |
|
31 |
+ print(f'Done in {localdir}. That took {time.time() - start_time:1.2f}s.') |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
if __name__ == '__main__': |
35 | 35 |