diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 8dac9df..c70ebf4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -12,7 +12,7 @@
-
+
@@ -27,8 +27,8 @@
-
-
+
+
@@ -41,11 +41,11 @@
-
+
-
-
+
+
@@ -53,11 +53,11 @@
-
+
-
-
+
+
@@ -150,7 +150,6 @@
-
@@ -176,6 +175,7 @@
+
@@ -387,12 +387,12 @@
-
+
-
+
@@ -1225,38 +1225,38 @@
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
+
+
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/FlippR-Driver/src/utility/networking/output/OutputRequestHandler.cpp b/FlippR-Driver/src/utility/networking/output/OutputRequestHandler.cpp
index b555e8b..d4ba1df 100644
--- a/FlippR-Driver/src/utility/networking/output/OutputRequestHandler.cpp
+++ b/FlippR-Driver/src/utility/networking/output/OutputRequestHandler.cpp
@@ -163,8 +163,8 @@ void OutputRequestHandler::parseDisplay(const std::string& item_name, const std:
try
{
//TODO not compiling
-// unsigned int score = std::stoi(score);
-// display->write_score(score);
+ unsigned int numerical_score = std::stoi(score);
+ display->write_score(numerical_score);
}
catch(std::invalid_argument &e)
{