Skip to content
Snippets Groups Projects
Commit 058083df authored by Frederic Aust's avatar Frederic Aust
Browse files

enabled sending games with image and text

parent 58e8f701
Branches
No related tags found
No related merge requests found
......@@ -78,8 +78,9 @@ class ModuleFreeGames:
def send_game(self, receiver):
for game in self.game_dict.values():
message = game.name + ":\n"
message += game.link + "\n"
message += game.link + " "
self.send_a(message, receiver, f"/home/pi/signalbot/" + game.img)
#self.send(message, receiver)
def freegames(self, receiver):
send_update = self.check_for_new_stuff()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment