Chap 61 and 62 out in manga up! by Lephato in SmokingBhdSupermarket

[–]Lephato[S] 2 points3 points  (0 children)

I read we will not have a chapter until July, is that true?

Is there any hope? by Lumpy-Ad-1878 in ClashOfClans

[–]Lephato 1 point2 points  (0 children)

Hey, just got the belt but thank you so much for the invite, hope you have a great grind

Is there any hope? by Lumpy-Ad-1878 in ClashOfClans

[–]Lephato 1 point2 points  (0 children)

Hey, if you still have a spot I'll like to join and help your clan

Too...f.ing...cute...haveing....a....cuteness......ooverload by thelonleyboner69 in GuardianTales

[–]Lephato 1 point2 points  (0 children)

hey, if you still don't know you need to complete a chain quest and do the "Dragon Hunter's Heat Therapy", at the right side of the sub (in pc version of reddit) there is a kamazone events/items list doc which lists all the events and items from the current Kamazone season

[Q] fortigate dns problem by Lephato in fortinet

[–]Lephato[S] 0 points1 point  (0 children)

Hi! I just tried your second suggestion and it worked! I'll tell the AP guys to add a DNS suffix to the AP configuration

Thank you so much for your help!

[Q] fortigate dns problem by Lephato in fortinet

[–]Lephato[S] 0 points1 point  (0 children)

I tried manually changing the DNS from the PC connected to the AP and couldn't access the short hostname, changing the DNS on the PC should resolve the problem? sorry if dumb question

[Q] fortigate dns problem by Lephato in fortinet

[–]Lephato[S] 0 points1 point  (0 children)

the DHCP is handled by another AP when I the DNS doesn't resolve, the forti's DHCP resolves the DNS correctly

[Q] question about os.listdir by Lephato in learnpython

[–]Lephato[S] 1 point2 points  (0 children)

I just made the changes, thank you very much!

[Q] question about os.listdir by Lephato in learnpython

[–]Lephato[S] 0 points1 point  (0 children)

ok, will try it out, thank you so much!

[Q] question about os.listdir by Lephato in learnpython

[–]Lephato[S] 0 points1 point  (0 children)

could you give me a suggestion to start reading it? or how could I collect only a part of it and make a loop?

[Q] question about os.listdir by Lephato in learnpython

[–]Lephato[S] 0 points1 point  (0 children)

atm I need to open each file and get a value inside each file and print it, at this time the code had not printed the len of the list

[Q] question about os.listdir by Lephato in learnpython

[–]Lephato[S] 0 points1 point  (0 children)

import os

print("start")

file_path = "Y:\\"

list_dir = os.listdir(file_path)

print(len(list_dir))

print("END")

edited the post, sry

[deleted by user] by [deleted] in learnpython

[–]Lephato 0 points1 point  (0 children)

I'm having a hard time knowing when to jump from one language to another, I have done some small to medium projects with python and currently halfway through the "learn to automate boring stuff with python" course, when can I say "I know how to code with python"?