Skip to content

Commit 46b4ce5

Browse files
author
张玉坡
committedApr 27, 2016
去除初始化函数。
1 parent b7e5379 commit 46b4ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎mysql_backup_v3.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313

1414
class Dbbackup():
15-
def __init__(self):
16-
self.dtime = time.strftime('%Y%m%d%H%M%S')
15+
1716

1817
@staticmethod
1918
def backup(dpath,db):

0 commit comments

Comments
 (0)
Please sign in to comment.