mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 22:55:24 +00:00
Cleanup
This commit is contained in:
@@ -2,6 +2,7 @@ import os
|
||||
|
||||
|
||||
class Config:
|
||||
"""Bag for config values"""
|
||||
def __init__(self, check=True):
|
||||
self.repository = os.environ['RESTIC_REPOSITORY']
|
||||
self.password = os.environ['RESTIC_PASSWORD']
|
||||
|
Reference in New Issue
Block a user