Skip to content

Commit

Permalink
LCD display configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumar-laxmi committed Feb 20, 2024
1 parent 0efb834 commit 0c7e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
lcd = LCD()
ip_addr = str(subprocess.check_output(['hostname', '-I'])).split(' ')[0].replace("b'", "")
lcd.clear()
lcd.text("Server Running on", 1)
lcd.text("Server Running:", 1)
lcd.text(ip_addr, 2)
main()
except:
Expand Down

0 comments on commit 0c7e9ed

Please sign in to comment.