Author
|
zPlus <zplus@peers.community>
2019-03-18 12:49:03
|
Committer
|
zPlus <zplus@peers.community>
2019-03-18 12:49:03
|
Commit
|
8b6922c
(patch)
|
Tree
|
54767cd
|
Parent(s)
|
|
Remove print() instruction.
commits diff:
f3e0c86..8b6922c
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M freepost/__init__.py
214
|
214
|
|
|
215
|
215
|
|
# Start new session
|
216
|
216
|
|
session.start (user['id'], remember)
|
217
|
|
- |
print(user)
|
|
217
|
+ |
|
218
|
218
|
|
# Redirect logged in user to preferred feed
|
219
|
219
|
|
if user['preferred_feed'] == 'new':
|
220
|
220
|
|
redirect (application.get_url ('homepage') + '?sort=new')
|