This commit is contained in:
Neythen 2021-06-17 18:50:06 +01:00
parent f4b0062483
commit fe4bc73cf8
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
17/06/2021 13:21:55
17/06/2021 13:46:59

1 17/06/2021 13:21:55 17/06/2021 13:46:59

View File

@ -1,4 +1,4 @@
name,current,opening
MSFT,260.61,256.065
NFLX,501.255,490.25
GOOG,2528.78,2510.46
MSFT,261.2757,256.065
NFLX,501.3899,490.25
GOOG,2536.02,2510.46

1 name current opening
2 MSFT 260.61 261.2757 256.065
3 NFLX 501.255 501.3899 490.25
4 GOOG 2528.78 2536.02 2510.46

BIN
final.ppm

Binary file not shown.

View File

@ -611,7 +611,7 @@ class StockTicker():
try:
home_logo = Image.open('/home/pi/Desktop/stock_ticker/logos/sports/premier_league/' + home_team +'.png')
home_logo = Image.open('logos/sports/premier_league/' + home_team +'.png')
except:
home_logo = self.textImage(home_team.replace(' ', '\n'), small_font, r = 255, g = 255, b = 255)
print(home_team)

BIN
teams.ppm

Binary file not shown.