Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rleidner committed Sep 6, 2024
1 parent 8461dd5 commit c274f6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/soc_ovms/soc_ovms.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ def main():
datefmt=datefmt,
level=LOGLEVEL)

log.debug("server=" + OVMS_SERVER + ", user=" + id + ", pw=" + pw + ", vehicleId=" + vehicleId + ", cp=" + chargepoint)
log.debug("server=" + OVMS_SERVER +
", user=" + id +
", pw=" + pw +
", vehicleId=" + vehicleId +
", cp=" + chargepoint)
RAMDISKDIR = os.environ.get("RAMDISKDIR", "undefined")
tokenFile = RAMDISKDIR+'/soc_ovms_tokenlp'+chargepoint

Expand Down

0 comments on commit c274f6e

Please sign in to comment.