mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 00:43:00 +01:00
test change
This commit is contained in:
parent
6ef95c634d
commit
861d1561d9
1 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,6 @@ from constants import *
|
|||
|
||||
import zipdir
|
||||
|
||||
|
||||
class FanficWriter:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
@ -151,4 +150,4 @@ class EPubFanficWriter(FanficWriter):
|
|||
print('Finished')
|
||||
|
||||
filename = self.directory + '.epub'
|
||||
zipdir.toZip(filename, self.directory)
|
||||
zipdir.toZip(filename, self.directory)
|
||||
|
|
|
|||
Loading…
Reference in a new issue