Skip to content

Commit

Permalink
pdf filename format changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharindam committed Apr 24, 2019
1 parent 6463856 commit 58d4725
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 184 deletions.
2 changes: 1 addition & 1 deletion ebook_maker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def addFiles(self):

def addFilesFromList(self, filenames):
if filenames == [] : return
output_name = time.strftime('PDF Doc %Y-%m-%d %H:%M:%S')
output_name = time.strftime('PDF Doc %H%M%S')
self.filenameEdit.setText(output_name)
pm = QPixmap(100,100)
pm.fill()
Expand Down
Loading

0 comments on commit 58d4725

Please sign in to comment.