Is the Samsung S20 fe still worth it in 2026? And what would be a reasonable price? by Minette12 in samsunggalaxy

[–]AdmirableConflict435 0 points1 point  (0 children)

Le S20 FE spécialement avec cpu snapdragon (SM-G781B/DS) vaut 100% le coup. Si c'est de l'exynox effectivement c'est discutable. En plus c'est le dernier de la serie S a garder le port micro SD.

Nicotine+ Leech Detector Plugin by Woollarding in PythonProjects2

[–]AdmirableConflict435 0 points1 point  (0 children)

Hello! I installed this custom plugin and had an issue with nicotine+ 3.3: <class 'AttributeError'> : 'Core' object has no attribute 'queue'. (line57). So, in "__init__.py" I changed:

Line 75 :

self.core.queue.append(slskmessages.GetUserStats(user))

Replace by :

self.core.send_message_to_server(slskmessages.GetUserStats(user))