Skip to content

Commit

Permalink
Update lol-automation.pyw
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderJ25 committed Mar 23, 2023
1 parent 218f424 commit 27a4e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lol-automation.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def configuration(write=False):
## Ping
pingLapse = config.getfloat("ping", "pingLapse", fallback=1)
app.pingEnabled.set(config.getboolean("ping", "pingEnabled", fallback=False))
app.togglePing()
if app.pingEnabled.get(): app.togglePing()
## Successfully config read
logging.info("Configuración cargada.")

Expand Down

0 comments on commit 27a4e3f

Please sign in to comment.