duosecurity / duo_log_sync

MIT License
37 stars 27 forks source link

Receiving Syntax errors in app.py - line 62 and 82 #18

Closed Symune closed 3 years ago

Symune commented 3 years ago

Program.log(f"DuoLogSync: Trust Monitor endpoint only supports JSON", logging.WARNING)

print(f"DuoLogSync: shutdown successfully. Check "

Symune commented 3 years ago

Issue was with Python version 3.5. Issue is not present on python 3.8+.