Skip to content

Commit

Permalink
comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed May 10, 2023
1 parent 0fbe0e4 commit f9d0cff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quick_backup_multi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class Configuration(Serializable):
'list': 0,
}
slots: List[SlotInfo] = [
SlotInfo(delete_protection=0), # 无保护
SlotInfo(delete_protection=0), # 无保护
SlotInfo(delete_protection=0), # 无保护
SlotInfo(delete_protection=3 * 60 * 60), # 三小时
SlotInfo(delete_protection=3 * 24 * 60 * 60), # 三天
SlotInfo(delete_protection=0), # no protection
SlotInfo(delete_protection=0), # no protection
SlotInfo(delete_protection=0), # no protection
SlotInfo(delete_protection=3 * 60 * 60), # 3 hours
SlotInfo(delete_protection=3 * 24 * 60 * 60), # 3 days
]

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

0 comments on commit f9d0cff

Please sign in to comment.