Skip to content
This repository was archived by the owner on May 23, 2020. It is now read-only.

Commit 44da5f6

Browse files
committed
Merge branch 'master' of github.com:agusmakmun/Django-Blog-Python-Learning
2 parents d0d3c1a + 0c1a349 commit 44da5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/management/commands/autobackup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def backupInfo():
9292
'-------------------------------'.format(
9393
time.strftime("%d-%m-%Y"),
9494
fsizeAuthor, fsizeTag, fsizePost,
95-
fsizeGallery, fsizeGallery, fsizePage
95+
fsizeGallery, fsizeVisitor, fsizePage
9696
)
9797

9898
finfo = directory_backup + '/backupinfo.txt'

0 commit comments

Comments
 (0)