mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Add comments.
This commit is contained in:
parent
6e52bb2b33
commit
2c2d7f24b1
2 changed files with 28 additions and 4 deletions
|
@ -82,7 +82,7 @@ class DBConnection(object):
|
|||
" Mode : {1}\n"
|
||||
" Owner: {2}\n"
|
||||
" Group: {3}\n"
|
||||
"===========================================".format(path, mode[-3:], owner, group),
|
||||
"===========================================".format(path, mode, owner, group),
|
||||
)
|
||||
else:
|
||||
self.connection.row_factory = Row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue