Fix examples referencing wrong libraty in KeyboardInterrupt
This commit is contained in:
parent
751a9fb93f
commit
1f0627104e
4 changed files with 4 additions and 4 deletions
|
|
@ -96,5 +96,5 @@ except IOError as e:
|
|||
|
||||
except KeyboardInterrupt:
|
||||
logging.info("ctrl + c:")
|
||||
epd1in54.epdconfig.module_exit()
|
||||
epd1in02.epdconfig.module_exit()
|
||||
exit()
|
||||
|
|
|
|||
|
|
@ -77,5 +77,5 @@ except IOError as e:
|
|||
|
||||
except KeyboardInterrupt:
|
||||
logging.info("ctrl + c:")
|
||||
epd1in54b.epdconfig.module_exit()
|
||||
epd1in54b_V2.epdconfig.module_exit()
|
||||
exit()
|
||||
|
|
|
|||
|
|
@ -87,5 +87,5 @@ except IOError as e:
|
|||
|
||||
except KeyboardInterrupt:
|
||||
logging.info("ctrl + c:")
|
||||
epd7in5.epdconfig.module_exit()
|
||||
epd7in5_V2.epdconfig.module_exit()
|
||||
exit()
|
||||
|
|
|
|||
|
|
@ -94,5 +94,5 @@ except IOError as e:
|
|||
|
||||
except KeyboardInterrupt:
|
||||
logging.info("ctrl + c:")
|
||||
epd7in5.epdconfig.module_exit()
|
||||
epd7in5bc_V2.epdconfig.module_exit()
|
||||
exit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue