From b0fc60c6bed092cc73d9fc0e2626c2b7582da6a7 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Thu, 15 Oct 2020 01:17:37 +0300 Subject: [PATCH] debug tree_data object --- treepopupmenu.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/treepopupmenu.py b/treepopupmenu.py index b8c3ad4..418ee86 100644 --- a/treepopupmenu.py +++ b/treepopupmenu.py @@ -4,6 +4,8 @@ class TreePopupMenu(ListMDDialog): def __init__(self, tree_data): super().__init__() + print("] Selected tree data: " + str(dir(tree_data))) + # Set all of the fields of tree data #headers = "Name,Lat,Lon,Description" headers = "FMID,MarketName,Website,Facebook,Twitter,Youtube,OtherMedia,street,city,County,State,zip,Season1Date,Season1Time,Season2Date,Season2Time,Season3Date,Season3Time,Season4Date,Season4Time,x,y,Location,Credit,WIC,WICcash,SFMNP,SNAP,Organic,Bakedgoods,Cheese,Crafts,Flowers,Eggs,Seafood,Herbs,Vegetables,Honey,Jams,Maple,Meat,Nursery,Nuts,Plants,Poultry,Prepared,Soap,Trees,Wine,Coffee,Beans,Fruits,Grains,Juices,Mushrooms,PetFood,Tofu,WildHarvested,updateTime"