Skip to content

Commit

Permalink
Midias desnecessarias removidas
Browse files Browse the repository at this point in the history
  • Loading branch information
jeimison3 committed Feb 2, 2021
1 parent 8608a6a commit 865473d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
xbmc_path = util.find_spec("kodi_six")
if xbmc_path:
from kodi_six import xbmc, xbmcaddon, xbmcplugin, xbmcgui
# from xbmcaddon import Addon


def mPrint(msg):
Expand Down Expand Up @@ -104,6 +103,8 @@ def do_GET(self):
Notificar(get_string(32010)) # Saved settings, rebooting
time.sleep(5)
xbmc.executebuiltin("Reboot")
self.wfile.write(bytes("<h1>Rebooting.</h1>", "utf8"))
return

# Some custom HTML code, possibly generated by another function
html = f"""<html><head><title>Kodi Alexa TV - Settings</title></head>
Expand Down
Binary file removed resources/screenshot-01.jpg
Binary file not shown.
Binary file removed resources/screenshot-02.jpg
Binary file not shown.
Binary file removed resources/screenshot-03.jpg
Binary file not shown.

0 comments on commit 865473d

Please sign in to comment.