Add comment force github workflow
This commit is contained in:
parent
33add3ecd0
commit
968584a8fc
@ -118,3 +118,6 @@ class Cache:
|
||||
def save_config(self, config):
|
||||
with open(self._config, "w") as f:
|
||||
json.dump(config.get_data(), f)
|
||||
|
||||
|
||||
# Comment to force github workflow
|
||||
|
Loading…
Reference in New Issue
Block a user