Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
R0NAM1 committed Apr 7, 2024
1 parent 0fc15c8 commit 1cf9ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion receiver/backgrounds/nature_wallpapers_download_random.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "Downloading image 8"
wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/jakub-gorajek-1542744-unsplash.jpg -O 8.jpg

echo "Downloading image 9"
wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/john-salzarulo-138024-unsplash.jpg-O 9.jpg
wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/john-salzarulo-138024-unsplash.jpg -O 9.jpg

echo "Downloading image 10"
wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/patti-black-38177-unsplash.jpg -O 10.jpg
Expand Down
2 changes: 1 addition & 1 deletion receiver/drawGuiObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def drawDebugStats():
# Calculate fps
lastFrameDrawnDiff = (time.time() - myGlobals.timeLastFrameDrawn)
fps = round(1 / lastFrameDrawnDiff)
fpsString = ("FPS: " + str(fps))
fpsString = ("Display FPS: " + str(fps))

# FPS
myGlobals.fpsSurface = font.render(fpsString, True, (255, 255, 255))
Expand Down
4 changes: 2 additions & 2 deletions simplecast-mdns.service
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Simplecast</name>
<name replace-wildcards="yes">simplecast</name>
<service>
<type>_http._tcp</type>
<type>_simplecast._tcp</type>
<port>4825</port>
</service>
</service-group>

0 comments on commit 1cf9ad3

Please sign in to comment.