Skip to content

Commit fc87923

Browse files
committed
adds wikirestore piping
1 parent 1037971 commit fc87923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wikibot/wikipush.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def restore(self, pageTitles=None, backupPath=None, listFile=None, stdIn=False):
514514
except Exception as ex:
515515
self.log("❌:%s" % str(ex) )
516516

517-
__version__ = "0.3.9"
517+
__version__ = "0.3.10"
518518
__date__ = '2020-10-31'
519519
__updated__ = '2020-02-25'
520520
DEBUG=False

0 commit comments

Comments
 (0)