Skip to content

Commit 1c78899

Browse files
fix : location added
1 parent ead652f commit 1c78899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitfollow/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .gitfollow import *
2-
2+
import os
33
if __name__=="__main__":
44
time_1=time.perf_counter()
55
username=input("Please Enter Your Github Username : ")
@@ -22,6 +22,7 @@
2222
file.close()
2323
time_2=time.perf_counter()
2424
print("Data Generated In "+str(time_2-time_1)+" sec")
25+
print("Log Files Are Ready --> "+os.getcwd())
2526
gc.collect()
2627

2728

0 commit comments

Comments
 (0)