diff --git a/build/screen.js b/build/screen.js index 6719dc9..1b221a2 100644 --- a/build/screen.js +++ b/build/screen.js @@ -16,7 +16,7 @@ const getStanza = async () => { }); return randomStanza[0].text; }; -const tag = " Black Portal 1234 E Davison, Detroit Michigan "; +const tag = " Black Portal 5856 E Davison, Detroit "; let tagCharacterLocation = 0; setInterval(() => { lcd.printLineSync(1, " "); diff --git a/screen.ts b/screen.ts index fd92b96..71507fa 100644 --- a/screen.ts +++ b/screen.ts @@ -23,7 +23,7 @@ const getStanza = async () => { }; const tag = - " Black Portal 1234 E Davison, Detroit Michigan "; + " Black Portal 5856 E Davison, Detroit "; let tagCharacterLocation = 0; setInterval(() => { lcd.printLineSync(1, " ");