Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create xkcd_daily.py #884

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create xkcd_daily.py #884

wants to merge 1 commit into from

Conversation

canepan
Copy link

@canepan canepan commented Dec 16, 2023

Taken from the general example, and adapted to be used from the launcher

Taken from the general example, and adapted to be used from the launcher
@Gadgetoid
Copy link
Member

Thank you, a few changes are required to make the linter happy-

micropython/examples/inky_frame/inkylauncher/xkcd_daily.py:5:1: F401 'uasyncio' imported but unused
import uasyncio
^
micropython/examples/inky_frame/inkylauncher/xkcd_daily.py:9:1: F401 'picographics.PicoGraphics' imported but unused
from picographics import PicoGraphics, DISPLAY_INKY_FRAME_4 as DISPLAY  # 4.0"
^
micropython/examples/inky_frame/inkylauncher/xkcd_daily.py:9:1: F401 'picographics.DISPLAY_INKY_FRAME_4 as DISPLAY' imported but unused
from picographics import PicoGraphics, DISPLAY_INKY_FRAME_4 as DISPLAY  # 4.0"
^
micropython/examples/inky_frame/inkylauncher/xkcd_daily.py:43:5: E303 too many blank lines (2)
    url = ENDPOINT
    ^
micropython/examples/inky_frame/inkylauncher/xkcd_daily.py:85:1: E303 too many blank lines (3)
if __name__ == "__main__":
^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants