reduced lines
This commit is contained in:
parent
eb7e7c2fab
commit
ac603bed07
1 changed files with 1 additions and 2 deletions
1
main.py
1
main.py
|
|
@ -117,7 +117,6 @@ if __name__ == '__main__':
|
|||
start_block_number = os.getenv('START_BLOCK')
|
||||
preload_chat(start_block_number, latest_block.number)
|
||||
room['preloaded'] = True
|
||||
room['last_block'] = latest_block.number
|
||||
else:
|
||||
# print past log to console
|
||||
logs = read_file_to_list(log_file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue