How can i pass set cookies one module and get another module in python? [on hold]

المشرف العام

Administrator
طاقم الإدارة
I will try below code but code.

First module

a.py

from Cookie import SmartCookie C = SmartCookie() C["rocky"] = "road" Second module b.py

from Cookie import SmartCookie C = SmartCookie() Print C["rocky"].value But it’s not working.



أكثر...
 
أعلى