LuisBlanche commited on
Commit
3678058
1 Parent(s): 2473a5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ class PDFPoster:
164
 
165
  buffer.seek(0)
166
 
167
- return pdf_base64
168
 
169
  def get_deputy_votes_page(self):
170
  """Fetches the webpage containing the voting records of a specified deputy.
 
164
 
165
  buffer.seek(0)
166
 
167
+ return buffer
168
 
169
  def get_deputy_votes_page(self):
170
  """Fetches the webpage containing the voting records of a specified deputy.