debug tree_data object

This commit is contained in:
Daniel afx 2020-10-15 01:17:37 +03:00
parent 14935a0ba6
commit b0fc60c6be

View file

@ -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"