flake8 fix, trailing semicolon

This commit is contained in:
Anton Hvornum 2021-11-02 09:30:38 +00:00
parent 7e85002dcb
commit aa1afdbeb0
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class Installer:
def activate_ntp(self):
self.log('Installing and activating NTP.', level=logging.INFO)
self.enable_service('systemd-timesyncd'):
self.enable_service('systemd-timesyncd')
with open(f"{self.target}/etc/systemd/timesyncd.conf", "w") as fh:
fh.write("[Time]\n")