Skip to content
Snippets Groups Projects
Commit bed7a294 authored by nkour's avatar nkour
Browse files

fix a typo

parent a803ba27
No related branches found
No related tags found
No related merge requests found
......@@ -1315,7 +1315,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco)
# JEP-0091
tim = prs.getTimestamp()
tim = time.strptime(tim, '%Y%m%dT%H:%M:%S')
timstamp = time.localtime(timegm(tim))
timestamp = time.localtime(timegm(tim))
who = helpers.get_full_jid_from_iq(prs)
jid_stripped, resource = gajim.get_room_and_nick_from_fjid(who)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment