Skip to content

Commit f9d0cff

Browse files
committed
comment format
1 parent 0fbe0e4 commit f9d0cff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

quick_backup_multi/config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ class Configuration(Serializable):
3838
'list': 0,
3939
}
4040
slots: List[SlotInfo] = [
41-
SlotInfo(delete_protection=0), # 无保护
42-
SlotInfo(delete_protection=0), # 无保护
43-
SlotInfo(delete_protection=0), # 无保护
44-
SlotInfo(delete_protection=3 * 60 * 60), # 三小时
45-
SlotInfo(delete_protection=3 * 24 * 60 * 60), # 三天
41+
SlotInfo(delete_protection=0), # no protection
42+
SlotInfo(delete_protection=0), # no protection
43+
SlotInfo(delete_protection=0), # no protection
44+
SlotInfo(delete_protection=3 * 60 * 60), # 3 hours
45+
SlotInfo(delete_protection=3 * 24 * 60 * 60), # 3 days
4646
]
4747

4848
def is_file_ignored(self, file_name: str) -> bool:

0 commit comments

Comments
 (0)