Skip to content

Instantly share code, notes, and snippets.

@iqsuz
Last active July 10, 2020 15:03
logFile = open('LAST_HISTORY.log','r')
rows = logFile.readlines()
lastLine = rows[len(rows)-1] # last line has been found to inspection result.
logFile.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment