Simplified main function

not False --> True
pull/356/head
Luka Mamukashvili 2021-10-11 01:02:26 +04:00 committed by GitHub
parent eb50a02028
commit d88b7ddee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5642,7 +5642,7 @@ def main():
#? Main loop ------------------------------------------------------------------------------------->
def run():
while not False:
while True:
Term.refresh()
Timer.stamp()