Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredelaitre committed Nov 15, 2020
1 parent bc4e3fb commit 761754c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file modified uniSupportOnline/UsoForum/__pycache__/views.cpython-36.pyc
Binary file not shown.
5 changes: 0 additions & 5 deletions uniSupportOnline/UsoForum/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,7 @@ def help(request):
otherPerson = rowreal[0][0]
try:
row = session.execute(
<<<<<<< HEAD
"SELECT senderid, senderusername, messagecontent, sent_at from unisupport.messages WHERE receiverid = %s ALLOW FILTERING;",[usernameId])
=======
"SELECT senderid, senderusername, messagecontent, sent_at from unisupport.messages WHERE receiverid = %s ALLOW FILTERING;",
usernameId)
>>>>>>> 2bf339a4019a8e6426de714eab40583bf9f416d8
row = sorted(row, key=lambda x: x[3])
except BaseException:
row = []
Expand Down

0 comments on commit 761754c

Please sign in to comment.